diff options
author | 2009-05-25 20:07:30 +0000 | |
---|---|---|
committer | 2009-05-25 20:07:30 +0000 | |
commit | 6a7dea23ec8a3cbd4a46694c1f73341d108f3f44 (patch) | |
tree | 82e870a74fd7c30a673a2d85b8127beb60df2385 /media-sound/amarok/amarok-1.4.10_p20090130-r2.ebuild | |
parent | version bump (diff) | |
download | historical-6a7dea23ec8a3cbd4a46694c1f73341d108f3f44.tar.gz historical-6a7dea23ec8a3cbd4a46694c1f73341d108f3f44.tar.bz2 historical-6a7dea23ec8a3cbd4a46694c1f73341d108f3f44.zip |
Fix typo
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'media-sound/amarok/amarok-1.4.10_p20090130-r2.ebuild')
-rw-r--r-- | media-sound/amarok/amarok-1.4.10_p20090130-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/amarok/amarok-1.4.10_p20090130-r2.ebuild b/media-sound/amarok/amarok-1.4.10_p20090130-r2.ebuild index d8cff7d8a50f..9c831eb1f67b 100644 --- a/media-sound/amarok/amarok-1.4.10_p20090130-r2.ebuild +++ b/media-sound/amarok/amarok-1.4.10_p20090130-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.4.10_p20090130-r2.ebuild,v 1.2 2009/05/25 19:57:18 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.4.10_p20090130-r2.ebuild,v 1.3 2009/05/25 20:07:30 tampakrap Exp $ EAPI="2" @@ -114,7 +114,7 @@ src_install() { "${D}"/usr/$(get_libdir)/ruby_lib if ! use python; then - rm -r "${D}/${KDEDIR}"/usr/share/apps/amarok/scripts/webcontrol \ + rm -r "${D}${KDEDIR}"/share/apps/amarok/scripts/webcontrol \ || die "Unable to remove webcontrol." fi } |