From 233979d83920fb1cbc398f70ca156c6169c7ec40 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 7 Jan 2005 02:05:21 +0000 Subject: doenvd, not doconfd --- dev-games/crystalspace-cvs/crystalspace-cvs-0.99.ebuild | 4 ++-- 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 } -- cgit v1.2.3-65-gdbad