diff options
Diffstat (limited to 'dev-libs/crystalspace-cvs/crystalspace-cvs-0.97.ebuild')
-rw-r--r-- | dev-libs/crystalspace-cvs/crystalspace-cvs-0.97.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-libs/crystalspace-cvs/crystalspace-cvs-0.97.ebuild b/dev-libs/crystalspace-cvs/crystalspace-cvs-0.97.ebuild index 59a78fd839d6..22a90c2ccd1e 100644 --- a/dev-libs/crystalspace-cvs/crystalspace-cvs-0.97.ebuild +++ b/dev-libs/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-libs/crystalspace-cvs/crystalspace-cvs-0.97.ebuild,v 1.1 2003/04/27 20:52:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/crystalspace-cvs/crystalspace-cvs-0.97.ebuild,v 1.2 2003/04/27 20:57:21 vapier Exp $ inherit games cvs ECVS_SERVER="cvs.sourceforge.net:/cvsroot/crystal" @@ -42,11 +42,6 @@ src_install() { dodir ${CRYSTAL_PREFIX} make INSTALL_DIR=${D}/${CRYSTAL_PREFIX} install || die - insinto /etc/env.d - echo "CRYSTAL=${CRYSTAL_PREFIX}" > ${T}/90crystalspace - echo "CEL=${CRYSTAL_PREFIX}" >> ${T}/90crystalspace - doins ${T}/90crystalspace - dodir ${GAMES_BINDIR} dosym ${CRYSTAL_PREFIX}/bin/cs-config ${GAMES_BINDIR}/cs-config |