diff options
author | Matteo Azzali <mattepiu@gentoo.org> | 2006-05-31 19:14:11 +0000 |
---|---|---|
committer | Matteo Azzali <mattepiu@gentoo.org> | 2006-05-31 19:14:11 +0000 |
commit | 2aa9bb40fbfe0fa8ac77b0abcc54aedc474626a0 (patch) | |
tree | d3d33a56833c54981992bd7575af30f05525a74e /app-cdr/koverartist | |
parent | Stable on alpha wrt Bug #133529. (diff) | |
download | gentoo-2-2aa9bb40fbfe0fa8ac77b0abcc54aedc474626a0.tar.gz gentoo-2-2aa9bb40fbfe0fa8ac77b0abcc54aedc474626a0.tar.bz2 gentoo-2-2aa9bb40fbfe0fa8ac77b0abcc54aedc474626a0.zip |
fixed binary installation directory.
(Portage version: 2.1_rc3-r2)
Diffstat (limited to 'app-cdr/koverartist')
-rw-r--r-- | app-cdr/koverartist/koverartist-0.4.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app-cdr/koverartist/koverartist-0.4.ebuild b/app-cdr/koverartist/koverartist-0.4.ebuild index 363c57fe3c8f..b9e6fbb7063e 100644 --- a/app-cdr/koverartist/koverartist-0.4.ebuild +++ b/app-cdr/koverartist/koverartist-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/koverartist/koverartist-0.4.ebuild,v 1.2 2006/05/31 09:54:25 mattepiu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/koverartist/koverartist-0.4.ebuild,v 1.3 2006/05/31 19:14:11 mattepiu Exp $ inherit kde eutils @@ -15,8 +15,3 @@ IUSE="" DEPEND="!app-cdr/kover" need-kde 3.3 -src_compile () { - cd ${S} - PREFIX=`kde-config --prefix` - kde_src_compile -} |