diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-18 01:13:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-18 01:13:56 +0000 |
commit | 2a2a56c153d5234fa0345a797864f1f8ba04298b (patch) | |
tree | bbf33a175788f525814809b766b3f04d88c6de75 /dev-games/crystalspace | |
parent | Fixed a tiny typo. :) (diff) | |
download | historical-2a2a56c153d5234fa0345a797864f1f8ba04298b.tar.gz historical-2a2a56c153d5234fa0345a797864f1f8ba04298b.tar.bz2 historical-2a2a56c153d5234fa0345a797864f1f8ba04298b.zip |
add env.d entry #25760
Diffstat (limited to 'dev-games/crystalspace')
-rw-r--r-- | dev-games/crystalspace/crystalspace-20030413-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-games/crystalspace/crystalspace-20030413-r1.ebuild b/dev-games/crystalspace/crystalspace-20030413-r1.ebuild index fbd86fb480ce..657e5e586033 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.6 2003/07/20 05:15:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-20030413-r1.ebuild,v 1.7 2003/08/18 01:13:56 vapier Exp $ DESCRIPTION="portable 3D Game Development Kit written in C++" SRC_URI="mirror://gentoo/distfiles/${P}.tar.gz" @@ -43,4 +43,6 @@ src_install() { 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/* + dodir /etc/env.d + echo "CRYSTAL=\"${CRYSTAL_PREFIX}\"" > 90crystalspace } |