diff options
Diffstat (limited to 'net-irc/pisg/pisg-0.66.ebuild')
-rw-r--r-- | net-irc/pisg/pisg-0.66.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-irc/pisg/pisg-0.66.ebuild b/net-irc/pisg/pisg-0.66.ebuild index c829ed54f7be..f670b63da59e 100644 --- a/net-irc/pisg/pisg-0.66.ebuild +++ b/net-irc/pisg/pisg-0.66.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.66.ebuild,v 1.1 2005/05/12 16:06:16 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.66.ebuild,v 1.2 2005/05/16 15:18:48 swegener Exp $ inherit eutils @@ -20,7 +20,7 @@ DEPEND="dev-lang/perl src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i \ -e 's!lang\.txt!/usr/share/pisg/lang.txt!' \ @@ -35,7 +35,7 @@ src_install () { dobin pisg || die "dobin failed" insinto "${installvendorlib}" - doins -r modules/* || die "doins failed" + doins -r modules/. || die "doins failed" insinto /usr/share/pisg doins -r gfx layout lang.txt || die "doins failed" |