diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-02-24 11:41:28 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-02-24 11:41:28 +0000 |
commit | 1afcd75943961ff475c37be8354c225e8f1b4e5d (patch) | |
tree | be6ed86fec1cbc9ab42eec9da39d5d5f69fbd2e2 /net-p2p/transmission | |
parent | removed unused autotools import thanks to Flameeyes (diff) | |
download | historical-1afcd75943961ff475c37be8354c225e8f1b4e5d.tar.gz historical-1afcd75943961ff475c37be8354c225e8f1b4e5d.tar.bz2 historical-1afcd75943961ff475c37be8354c225e8f1b4e5d.zip |
Remove ROOT, bug 168039
Package-Manager: portage-2.1.2-r11
Diffstat (limited to 'net-p2p/transmission')
-rw-r--r-- | net-p2p/transmission/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/transmission/transmission-0.6.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-p2p/transmission/ChangeLog b/net-p2p/transmission/ChangeLog index 3f1d00df0fb0..3e98f882fa6e 100644 --- a/net-p2p/transmission/ChangeLog +++ b/net-p2p/transmission/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/transmission # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.11 2007/02/10 03:00:18 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.12 2007/02/24 11:41:28 armin76 Exp $ + + 24 Feb 2007; Raúl Porcel <armin76@gentoo.org> + transmission-0.6.1-r1.ebuild: + Remove ROOT, bug 168039 10 Feb 2007; Steve Dibb <beandog@gentoo.org> transmission-0.6.1.ebuild: amd64 stable, bug 161420 diff --git a/net-p2p/transmission/transmission-0.6.1-r1.ebuild b/net-p2p/transmission/transmission-0.6.1-r1.ebuild index ed3ad1f032fc..5f19751e9818 100644 --- a/net-p2p/transmission/transmission-0.6.1-r1.ebuild +++ b/net-p2p/transmission/transmission-0.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-0.6.1-r1.ebuild,v 1.2 2007/01/11 19:30:44 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-0.6.1-r1.ebuild,v 1.3 2007/02/24 11:41:28 armin76 Exp $ inherit eutils @@ -41,7 +41,7 @@ src_compile() { } src_install() { - make PREFIX="${D}${ROOT}usr" LOCALEDIR="\$(PREFIX)/share/locale" install \ + make PREFIX="${D}/usr" LOCALEDIR="\$(PREFIX)/share/locale" install \ || die "install failed" if use gtk ; then |