summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-24 22:22:01 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-24 22:22:01 +0000
commit5c8bdecdf76845fdde38492d42195d08d8eb3f85 (patch)
treeec0759c58ab57673c1c3691a389c9f3a0f5fe3ee /dev-games/crystalspace
parentfix permissions #27164 (diff)
downloadhistorical-5c8bdecdf76845fdde38492d42195d08d8eb3f85.tar.gz
historical-5c8bdecdf76845fdde38492d42195d08d8eb3f85.tar.bz2
historical-5c8bdecdf76845fdde38492d42195d08d8eb3f85.zip
properly install env.d and fix perms #27164
Diffstat (limited to 'dev-games/crystalspace')
-rw-r--r--dev-games/crystalspace/crystalspace-20030413-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/crystalspace/crystalspace-20030413-r1.ebuild b/dev-games/crystalspace/crystalspace-20030413-r1.ebuild
index 81b1e40f3ac6..41985a0e55a0 100644
--- a/dev-games/crystalspace/crystalspace-20030413-r1.ebuild
+++ b/dev-games/crystalspace/crystalspace-20030413-r1.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-games/crystalspace/crystalspace-20030413-r1.ebuild,v 1.8 2003/08/24 22:20:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-20030413-r1.ebuild,v 1.9 2003/08/24 22:22:01 vapier Exp $
DESCRIPTION="portable 3D Game Development Kit written in C++"
SRC_URI="mirror://gentoo/distfiles/${P}.tar.gz"
@@ -44,5 +44,5 @@ src_install() {
find ${D}/${CRYSTAL_PREFIX} -type d -exec chmod a+rx '{}' \;
chmod a+rx ${D}/${CRYSTAL_PREFIX}/{bin,lib}/*
dodir /etc/env.d
- echo "CRYSTAL=\"${CRYSTAL_PREFIX}\"" > 90crystalspace
+ echo "CRYSTAL=\"${CRYSTAL_PREFIX}\"" > ${D}/etc/env.d/90crystalspace
}