diff options
author | 2005-01-07 02:05:21 +0000 | |
---|---|---|
committer | 2005-01-07 02:05:21 +0000 | |
commit | ab8387eafd42d2f8fbb98620432f5b6b904090a6 (patch) | |
tree | d0ff0583a97a7961308f07931c28d9e2ae934c8e /dev-games/crystalspace-cvs | |
parent | Move from einstall to make destdir (diff) | |
download | historical-ab8387eafd42d2f8fbb98620432f5b6b904090a6.tar.gz historical-ab8387eafd42d2f8fbb98620432f5b6b904090a6.tar.bz2 historical-ab8387eafd42d2f8fbb98620432f5b6b904090a6.zip |
doenvd, not doconfd
Diffstat (limited to 'dev-games/crystalspace-cvs')
-rw-r--r-- | dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild b/dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild index 3d2e2ca25148..13353884b74c 100644 --- a/dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild +++ b/dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild,v 1.3 2005/01/01 17:58:53 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild,v 1.4 2005/01/07 02:05:21 vapier Exp $ ECVS_SERVER="cvs.sourceforge.net:/cvsroot/crystal" ECVS_MODULE="CS" @@ -60,5 +60,5 @@ src_install() { dodir /etc/env.d echo "CRYSTAL=\"${CRYSTAL_PREFIX}\"" > 90crystalspace - doconfd 90crystalspace + doenvd 90crystalspace } |