summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-07-28 09:52:50 +0000
committerZac Medico <zmedico@gentoo.org>2011-07-28 09:52:50 +0000
commitb7020ab882ff7dc47a7f7e264617b279492c9624 (patch)
tree86cd48a0537d7775a72dad5b1d1369ff01177d8b /sys-fs/mtd-utils
parentVersion bump. (diff)
downloadgentoo-2-b7020ab882ff7dc47a7f7e264617b279492c9624.tar.gz
gentoo-2-b7020ab882ff7dc47a7f7e264617b279492c9624.tar.bz2
gentoo-2-b7020ab882ff7dc47a7f7e264617b279492c9624.zip
Fix for prefix.
(Portage version: 2.2.0_alpha47_p5/cvs/Linux i686)
Diffstat (limited to 'sys-fs/mtd-utils')
-rw-r--r--sys-fs/mtd-utils/ChangeLog6
-rw-r--r--sys-fs/mtd-utils/mtd-utils-1.4.5.ebuild4
-rw-r--r--sys-fs/mtd-utils/mtd-utils-99999999.ebuild6
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-fs/mtd-utils/ChangeLog b/sys-fs/mtd-utils/ChangeLog
index 0c384be4d476..d9d013dd00ac 100644
--- a/sys-fs/mtd-utils/ChangeLog
+++ b/sys-fs/mtd-utils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/mtd-utils
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.38 2011/07/11 02:48:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/ChangeLog,v 1.39 2011/07/28 09:52:50 zmedico Exp $
+
+ 28 Jul 2011; Zac Medico <zmedico@gentoo.org> mtd-utils-1.4.5.ebuild,
+ mtd-utils-99999999.ebuild:
+ Fix for prefix.
*mtd-utils-1.4.5 (11 Jul 2011)
diff --git a/sys-fs/mtd-utils/mtd-utils-1.4.5.ebuild b/sys-fs/mtd-utils/mtd-utils-1.4.5.ebuild
index 178bc031d822..69b50c63e890 100644
--- a/sys-fs/mtd-utils/mtd-utils-1.4.5.ebuild
+++ b/sys-fs/mtd-utils/mtd-utils-1.4.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-1.4.5.ebuild,v 1.1 2011/07/11 02:48:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-1.4.5.ebuild,v 1.2 2011/07/28 09:52:50 zmedico Exp $
EAPI="3"
@@ -53,7 +53,7 @@ src_compile() {
src_install() {
cd "${S}"*
- emake $(makeopts) install DESTDIR="${D}" || die
+ emake $(makeopts) install DESTDIR="${ED}" || die
dodoc *.txt
newdoc mkfs.ubifs/README README.mkfs.ubifs
# TODO: check ubi-utils for docs+scripts
diff --git a/sys-fs/mtd-utils/mtd-utils-99999999.ebuild b/sys-fs/mtd-utils/mtd-utils-99999999.ebuild
index 5c50164df3c2..d838cd8d70d7 100644
--- a/sys-fs/mtd-utils/mtd-utils-99999999.ebuild
+++ b/sys-fs/mtd-utils/mtd-utils-99999999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-99999999.ebuild,v 1.6 2011/04/06 19:58:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtd-utils/mtd-utils-99999999.ebuild,v 1.7 2011/07/28 09:52:50 zmedico Exp $
EAPI="3"
@@ -53,7 +53,7 @@ src_compile() {
src_install() {
cd "${S}"*
- emake $(makeopts) install DESTDIR="${D}" || die
+ emake $(makeopts) install DESTDIR="${ED}" || die
dodoc *.txt
newdoc mkfs.ubifs/README README.mkfs.ubifs
# TODO: check ubi-utils for docs+scripts