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/aunit
parentRESTRICT="nomirror" (diff)
downloadhistorical-dae1ceab3aa792f33192fc62548eb9ae91d9a5a1.tar.gz
historical-dae1ceab3aa792f33192fc62548eb9ae91d9a5a1.tar.bz2
historical-dae1ceab3aa792f33192fc62548eb9ae91d9a5a1.zip
Fixed env problem
Diffstat (limited to 'dev-ada/aunit')
-rw-r--r--dev-ada/aunit/Manifest2
-rw-r--r--dev-ada/aunit/aunit-1.01.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ada/aunit/Manifest b/dev-ada/aunit/Manifest
index e862c749cd92..e57e6a6500c7 100644
--- a/dev-ada/aunit/Manifest
+++ b/dev-ada/aunit/Manifest
@@ -1,4 +1,4 @@
-MD5 78528b98adbd47d3f219ffc657d9dd3a aunit-1.01.ebuild 1298
+MD5 901a924eba87d074238a462938d86f30 aunit-1.01.ebuild 1276
MD5 0073e69559ad552ecd9a1091c106e6d5 metadata.xml 673
MD5 02eb3e83ed4c05d05334552043a7a04c ChangeLog 366
MD5 fa3fdc5b8a2b4efa5e436a011485c878 files/digest-aunit-1.01 61
diff --git a/dev-ada/aunit/aunit-1.01.ebuild b/dev-ada/aunit/aunit-1.01.ebuild
index b71214a3ce2f..8fc5bc3edc15 100644
--- a/dev-ada/aunit/aunit-1.01.ebuild
+++ b/dev-ada/aunit/aunit-1.01.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/aunit/aunit-1.01.ebuild,v 1.1 2003/10/28 12:12:36 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/aunit/aunit-1.01.ebuild,v 1.2 2003/10/28 13:24:13 dholm Exp $
IUSE=""
@@ -32,8 +32,8 @@ src_install () {
#set up environment
dodir /etc/env.d
- echo "ADA_INCLUDE_PATH=\${ADA_INCLUDE_PATH}:/usr/lib/ada/adainclude/${PN}" \
- >> ${D}/etc/env.d/55aunit
+ echo "ADA_INCLUDE_PATH=/usr/lib/ada/adainclude/${PN}" \
+ > ${D}/etc/env.d/55aunit
}
pkg_postinst(){