diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-07 02:05:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-07 02:05:21 +0000 |
commit | 233979d83920fb1cbc398f70ca156c6169c7ec40 (patch) | |
tree | af95f06b87a66966e5a0fd1f3e3226ded3553ce3 /dev-games | |
parent | Move from einstall to make destdir (Manifest recommit) (diff) | |
download | gentoo-2-233979d83920fb1cbc398f70ca156c6169c7ec40.tar.gz gentoo-2-233979d83920fb1cbc398f70ca156c6169c7ec40.tar.bz2 gentoo-2-233979d83920fb1cbc398f70ca156c6169c7ec40.zip |
doenvd, not doconfd
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild | 4 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-0.98.4.ebuild | 4 |
2 files changed, 4 insertions, 4 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 } diff --git a/dev-games/crystalspace/crystalspace-0.98.4.ebuild b/dev-games/crystalspace/crystalspace-0.98.4.ebuild index 3a3545f0696e..7fe886c0f025 100644 --- a/dev-games/crystalspace/crystalspace-0.98.4.ebuild +++ b/dev-games/crystalspace/crystalspace-0.98.4.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/crystalspace-0.98.4.ebuild,v 1.6 2005/01/01 17:58:40 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-0.98.4.ebuild,v 1.7 2005/01/07 02:04:57 vapier Exp $ inherit eutils @@ -64,5 +64,5 @@ src_install() { dodir /etc/env.d echo "CRYSTAL=\"${CRYSTAL_PREFIX}\"" > 90crystalspace - doconfd 90crystalspace + doenvd 90crystalspace } |