diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-24 22:20:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-24 22:20:35 +0000 |
commit | 97e70783b8199fde6e21856652898e7b0474af17 (patch) | |
tree | a63143e0bb807bbf866aa7998b47d7bcaf2008fa /dev-games | |
parent | stable for sparc (diff) | |
download | gentoo-2-97e70783b8199fde6e21856652898e7b0474af17.tar.gz gentoo-2-97e70783b8199fde6e21856652898e7b0474af17.tar.bz2 gentoo-2-97e70783b8199fde6e21856652898e7b0474af17.zip |
fix permissions #27164
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/crystalspace/crystalspace-20030413-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/crystalspace/crystalspace-20030413-r1.ebuild b/dev-games/crystalspace/crystalspace-20030413-r1.ebuild index 657e5e586033..81b1e40f3ac6 100644 --- a/dev-games/crystalspace/crystalspace-20030413-r1.ebuild +++ b/dev-games/crystalspace/crystalspace-20030413-r1.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/dev-games/crystalspace/crystalspace-20030413-r1.ebuild,v 1.7 2003/08/18 01:13:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-20030413-r1.ebuild,v 1.8 2003/08/24 22:20:35 vapier Exp $ DESCRIPTION="portable 3D Game Development Kit written in C++" SRC_URI="mirror://gentoo/distfiles/${P}.tar.gz" @@ -42,7 +42,7 @@ src_install() { dosym ${CRYSTAL_PREFIX}/bin/cs-config /usr/bin/cs-config find ${D}/${CRYSTAL_PREFIX} -type f -exec chmod a+r '{}' \; find ${D}/${CRYSTAL_PREFIX} -type d -exec chmod a+rx '{}' \; - chmod a+x ${D}/${CRYSTAL_PREFIX}/bin/* + chmod a+rx ${D}/${CRYSTAL_PREFIX}/{bin,lib}/* dodir /etc/env.d echo "CRYSTAL=\"${CRYSTAL_PREFIX}\"" > 90crystalspace } |