summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2003-10-28 13:26:36 +0000
committerDavid Holm <dholm@gentoo.org>2003-10-28 13:26:36 +0000
commitdae1ceab3aa792f33192fc62548eb9ae91d9a5a1 (patch)
treef4ee3c761d835d2ac34853a1f6feb830d4ecac97 /dev-ada/adabroker/adabroker-1.0_pre4.ebuild
parentRESTRICT="nomirror" (diff)
downloadhistorical-dae1ceab3aa792f33192fc62548eb9ae91d9a5a1.tar.gz
historical-dae1ceab3aa792f33192fc62548eb9ae91d9a5a1.tar.bz2
historical-dae1ceab3aa792f33192fc62548eb9ae91d9a5a1.zip
Fixed env problem
Diffstat (limited to 'dev-ada/adabroker/adabroker-1.0_pre4.ebuild')
-rw-r--r--dev-ada/adabroker/adabroker-1.0_pre4.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-ada/adabroker/adabroker-1.0_pre4.ebuild b/dev-ada/adabroker/adabroker-1.0_pre4.ebuild
index 339ac9c13c46..3a123052c407 100644
--- a/dev-ada/adabroker/adabroker-1.0_pre4.ebuild
+++ b/dev-ada/adabroker/adabroker-1.0_pre4.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-ada/adabroker/adabroker-1.0_pre4.ebuild,v 1.5 2003/10/28 13:07:44 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/adabroker/adabroker-1.0_pre4.ebuild,v 1.6 2003/10/28 13:26:30 dholm Exp $
inherit gnat
@@ -65,8 +65,9 @@ src_install () {
#set up environment
dodir /etc/env.d
- echo "ADA_OBJECTS_PATH=\${ADA_OBJECTS_PATH}:/usr/lib/ada/adalib/${PN}" > ${D}/etc/env.d/55adabroker
- echo "ADA_INCLUDE_PATH=\${ADA_INCLUDE_PATH}:/usr/lib/ada/adainclude/${PN}" \
+ echo "ADA_OBJECTS_PATH=/usr/lib/ada/adalib/${PN}" \
+ > ${D}/etc/env.d/55adabroker
+ echo "ADA_INCLUDE_PATH=/usr/lib/ada/adainclude/${PN}" \
>> ${D}/etc/env.d/55adabroker
}