summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-04 13:12:32 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-04 13:12:32 +0000
commit2de0cf0ce15f4a918c623d45245f857deaa137e2 (patch)
tree0efeaf96eee2ee8e006294e6b7954583f1704e0a
parentModified to work with the new perl package (diff)
downloadhistorical-2de0cf0ce15f4a918c623d45245f857deaa137e2.tar.gz
historical-2de0cf0ce15f4a918c623d45245f857deaa137e2.tar.bz2
historical-2de0cf0ce15f4a918c623d45245f857deaa137e2.zip
Removed PERLINSTALL part, because this does not work with the new perl-package
-rw-r--r--sys-apps/portage/files/ebuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys-apps/portage/files/ebuild b/sys-apps/portage/files/ebuild
index b708ad647a65..a25959b1c378 100644
--- a/sys-apps/portage/files/ebuild
+++ b/sys-apps/portage/files/ebuild
@@ -894,15 +894,6 @@ then
source ${PEBUILD}
fi
-# Set Perl-Installation Enviroment
-
-for i in ARCHLIB PRIVLIB BIN MAN1DIR MAN3DIR SCRIPT SITEARCH SITELIB
-do
- install=`echo $i | awk '{ printf "%s%s","install",tolower($1) }'`
- install=`perl "-V:$install" | sed -e "s:.*/image/\(.*\)'\;:\1:"`
- PERLINSTALL=`echo INSTALL$i=$D$install $PERLINSTALL`
-done
-export PERLINSTALL
if [ $# -eq 1 ]
then