diff options
author | Marc Hildebrand <zypher@gentoo.org> | 2004-11-30 07:06:07 +0000 |
---|---|---|
committer | Marc Hildebrand <zypher@gentoo.org> | 2004-11-30 07:06:07 +0000 |
commit | fa6576da569e7e88742aa5eafcd236371808f379 (patch) | |
tree | 948351471c4002e740abe77fc982fbb48f777c34 /media-video/jahshaka | |
parent | Cleanup, adresses some missing USE-flags. Fixes bug #72217 (Manifest recommit) (diff) | |
download | gentoo-2-fa6576da569e7e88742aa5eafcd236371808f379.tar.gz gentoo-2-fa6576da569e7e88742aa5eafcd236371808f379.tar.bz2 gentoo-2-fa6576da569e7e88742aa5eafcd236371808f379.zip |
Fixed small typo
Diffstat (limited to 'media-video/jahshaka')
-rw-r--r-- | media-video/jahshaka/jahshaka-1.9_alpha90.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-video/jahshaka/jahshaka-1.9_alpha90.ebuild b/media-video/jahshaka/jahshaka-1.9_alpha90.ebuild index a812ed2c1c9a..24f3aee3d0c4 100644 --- a/media-video/jahshaka/jahshaka-1.9_alpha90.ebuild +++ b/media-video/jahshaka/jahshaka-1.9_alpha90.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/jahshaka/jahshaka-1.9_alpha90.ebuild,v 1.2 2004/11/28 04:58:01 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/jahshaka/jahshaka-1.9_alpha90.ebuild,v 1.3 2004/11/30 07:06:07 zypher Exp $ inherit eutils @@ -73,7 +73,7 @@ src_install() { done dodir /opt/${PN}/plugins - local dirs="csplugins jfxplugins jitplugins rfxplugins ftplugins" + local dirs="csplugins jfxplugins jitplugins rfxplugins rtplugins" for i in $dirs ; do dodir /opt/${PN}/plugins/${i} cp -a ${S}/plugins/${i}/*.so ${D}/opt/${PN}/plugins/${i}/ @@ -81,6 +81,7 @@ src_install() { cp -a jahshaka ${D}/opt/${PN}/ + dodir /usr/bin ln -s ${D}/opt/${PN}/jahshaka ${D}/usr/bin/jahshaka dodoc README AUTHORS TODO |