summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/albumart/ChangeLog5
-rw-r--r--media-sound/albumart/albumart-1.6.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/media-sound/albumart/ChangeLog b/media-sound/albumart/ChangeLog
index 9714faf35d4f..69ec4a22c1ce 100644
--- a/media-sound/albumart/ChangeLog
+++ b/media-sound/albumart/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/albumart
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/ChangeLog,v 1.19 2007/02/03 18:37:00 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/ChangeLog,v 1.20 2007/02/17 00:49:39 flameeyes Exp $
+
+ 17 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> albumart-1.6.0.ebuild:
+ Don't abuse $ROOT.
03 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Regenerate digest in Manifest2 format.
diff --git a/media-sound/albumart/albumart-1.6.0.ebuild b/media-sound/albumart/albumart-1.6.0.ebuild
index 579c81dbfe09..83d577d6e0c7 100644
--- a/media-sound/albumart/albumart-1.6.0.ebuild
+++ b/media-sound/albumart/albumart-1.6.0.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/media-sound/albumart/albumart-1.6.0.ebuild,v 1.1 2006/01/03 19:24:42 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/albumart/albumart-1.6.0.ebuild,v 1.2 2007/02/17 00:49:39 flameeyes Exp $
inherit eutils qt3
@@ -22,5 +22,5 @@ src_compile() {
}
src_install() {
- python setup.py install --root=${D} --prefix=${ROOT}usr || die
+ python setup.py install --root=${D} --prefix=/usr || die
}