summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2007-03-15 22:13:09 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2007-03-15 22:13:09 +0000
commitefaf784a90091d8e1a40ed7ad954a56f41a98e7f (patch)
treea7943cecd4fdc736b727ec5af6de6bb881d931f8 /sci-libs/rcsb-data
parentInstall menu entry, bug #160228 (diff)
downloadgentoo-2-efaf784a90091d8e1a40ed7ad954a56f41a98e7f.tar.gz
gentoo-2-efaf784a90091d8e1a40ed7ad954a56f41a98e7f.tar.bz2
gentoo-2-efaf784a90091d8e1a40ed7ad954a56f41a98e7f.zip
QA: Removed illegal use of ${ROOT}. Bug #168043
(Portage version: 2.1.2.1-r1)
Diffstat (limited to 'sci-libs/rcsb-data')
-rw-r--r--sci-libs/rcsb-data/ChangeLog7
-rw-r--r--sci-libs/rcsb-data/rcsb-data-1.700.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/rcsb-data/ChangeLog b/sci-libs/rcsb-data/ChangeLog
index d4b414c622fd..0cff6404444b 100644
--- a/sci-libs/rcsb-data/ChangeLog
+++ b/sci-libs/rcsb-data/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/rcsb-data
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/rcsb-data/ChangeLog,v 1.6 2006/09/26 07:59:17 dberkholz Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/rcsb-data/ChangeLog,v 1.7 2007/03/15 22:13:09 kugelfang Exp $
+
+ 15 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> rcsb-data-1.700.ebuild:
+ QA: Removed illegal use of ${ROOT}. Bug #168043
26 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>;
rcsb-data-1.700.ebuild:
diff --git a/sci-libs/rcsb-data/rcsb-data-1.700.ebuild b/sci-libs/rcsb-data/rcsb-data-1.700.ebuild
index ff70da041a91..a503f5ee351b 100644
--- a/sci-libs/rcsb-data/rcsb-data-1.700.ebuild
+++ b/sci-libs/rcsb-data/rcsb-data-1.700.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/rcsb-data/rcsb-data-1.700.ebuild,v 1.3 2006/09/26 07:59:17 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/rcsb-data/rcsb-data-1.700.ebuild,v 1.4 2007/03/15 22:13:09 kugelfang Exp $
inherit eutils
@@ -22,7 +22,7 @@ src_unpack() {
unpack ${A}
epatch ${FILESDIR}/respect-bindir.patch
sed -i \
- -e "s:^\(BINDIR=\).*:\1${ROOT}usr/bin:g" \
+ -e "s:^\(BINDIR=\).*:\1/usr/bin:g" \
${S}/etc/binary.sh
}