diff options
author | Ned Ludd <solar@gentoo.org> | 2003-12-09 05:48:23 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2003-12-09 05:48:23 +0000 |
commit | a8f609b23a3d13fd15035186709dc972eb49f556 (patch) | |
tree | b471c70f639a00c6776a18e00cfcd625bf95c66c /sys-apps/chpax/chpax-0.5.ebuild | |
parent | permission change on chpax so the portage user can execute it. (diff) | |
download | gentoo-2-a8f609b23a3d13fd15035186709dc972eb49f556.tar.gz gentoo-2-a8f609b23a3d13fd15035186709dc972eb49f556.tar.bz2 gentoo-2-a8f609b23a3d13fd15035186709dc972eb49f556.zip |
permission change on chpax so the portage user can execute it.
Diffstat (limited to 'sys-apps/chpax/chpax-0.5.ebuild')
-rw-r--r-- | sys-apps/chpax/chpax-0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/chpax/chpax-0.5.ebuild b/sys-apps/chpax/chpax-0.5.ebuild index 42aaffb35cd5..e3e69d669c9e 100644 --- a/sys-apps/chpax/chpax-0.5.ebuild +++ b/sys-apps/chpax/chpax-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.5.ebuild,v 1.4 2003/12/05 12:22:01 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/chpax/chpax-0.5.ebuild,v 1.5 2003/12/09 05:48:19 solar Exp $ # S=${WORKDIR}/chpax @@ -28,7 +28,7 @@ src_compile() { src_install() { into / dosbin chpax - fperms 700 /sbin/chpax + fperms 711 /sbin/chpax dodoc Changelog README doman chpax.1 |