diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-06-17 20:52:46 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-06-17 20:52:46 +0000 |
commit | a981d848ffe15b3e7b84ca10f845142e87887dfc (patch) | |
tree | 13e7608b1875f9617b641ecf0276ad92331bc820 /net-irc/pisg | |
parent | QA, removed S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-a981d848ffe15b3e7b84ca10f845142e87887dfc.tar.gz gentoo-2-a981d848ffe15b3e7b84ca10f845142e87887dfc.tar.bz2 gentoo-2-a981d848ffe15b3e7b84ca10f845142e87887dfc.zip |
Fixed permission issue.
Diffstat (limited to 'net-irc/pisg')
-rw-r--r-- | net-irc/pisg/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/pisg/pisg-0.52.ebuild | 5 | ||||
-rw-r--r-- | net-irc/pisg/pisg-0.55.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/net-irc/pisg/ChangeLog b/net-irc/pisg/ChangeLog index fd72218fa6a8..16a2502e12bc 100644 --- a/net-irc/pisg/ChangeLog +++ b/net-irc/pisg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/pisg # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.7 2004/06/10 01:50:16 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/ChangeLog,v 1.8 2004/06/17 20:52:46 swegener Exp $ + + 17 Jun 2004; Sven Wegener <swegener@gentoo.org> pisg-0.52.ebuild, + pisg-0.55.ebuild: + Fixed permission issue. *pisg-0.55 (09 Jun 2004) diff --git a/net-irc/pisg/pisg-0.52.ebuild b/net-irc/pisg/pisg-0.52.ebuild index 9fde80c13f9d..02ca5b6ae3e2 100644 --- a/net-irc/pisg/pisg-0.52.ebuild +++ b/net-irc/pisg/pisg-0.52.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.52.ebuild,v 1.2 2004/05/29 16:16:27 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.52.ebuild,v 1.3 2004/06/17 20:52:46 swegener Exp $ DESCRIPTION="Perl IRC Statistics Generator" HOMEPAGE="http://pisg.sourceforge.net/" @@ -36,7 +36,8 @@ src_install () { dodoc docs/dev/API pisg.cfg COPYING README dohtml docs/html/* - chmod -R 644 ${D}/usr/share/pisg/layout + chmod 755 ${D}/usr/share/pisg/layout + chmod 644 ${D}/usr/share/pisg/layout/* } pkg_postinst() { diff --git a/net-irc/pisg/pisg-0.55.ebuild b/net-irc/pisg/pisg-0.55.ebuild index cbceb30e67df..60daa5637709 100644 --- a/net-irc/pisg/pisg-0.55.ebuild +++ b/net-irc/pisg/pisg-0.55.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.55.ebuild,v 1.1 2004/06/10 01:50:16 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/pisg/pisg-0.55.ebuild,v 1.2 2004/06/17 20:52:46 swegener Exp $ DESCRIPTION="Perl IRC Statistics Generator" HOMEPAGE="http://pisg.sourceforge.net/" @@ -36,7 +36,8 @@ src_install () { dodoc docs/dev/API pisg.cfg COPYING README dohtml docs/html/* - chmod -R 644 ${D}/usr/share/pisg/layout + chmod 755 ${D}/usr/share/pisg/layout + chmod 644 ${D}/usr/share/pisg/layout/* } pkg_postinst() { |