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 | ab8387eafd42d2f8fbb98620432f5b6b904090a6 (patch) | |
tree | d0ff0583a97a7961308f07931c28d9e2ae934c8e /dev-games/crystalspace | |
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')
-rw-r--r-- | dev-games/crystalspace/crystalspace-0.98.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |