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-cvs | |
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-cvs')
-rw-r--r-- | dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild b/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild index b6b8e0ba8774..d3958e3e72bd 100644 --- a/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild +++ b/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.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-cvs/crystalspace-cvs-0.97.ebuild,v 1.4 2003/07/20 05:15:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/crystalspace-cvs-0.97.ebuild,v 1.5 2003/08/18 01:13:52 vapier Exp $ inherit cvs ECVS_SERVER="cvs.sourceforge.net:/cvsroot/crystal" @@ -43,4 +43,5 @@ src_install() { make INSTALL_DIR=${D}/${CRYSTAL_PREFIX} install || die dodir /usr/bin dosym ${CRYSTAL_PREFIX}/bin/cs-config /usr/bin/cs-config + echo "CRYSTAL=\"${CRYSTAL_PREFIX}\"" > 90crystalspace } |