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
commit0cab388072ea25f29e2f53a8dded2728b58c268f (patch)
treec26d57abf36c49594b133a74f208a916cfafde7f /sys-apps
parentModified to work with the new perl package (diff)
downloadgentoo-2-0cab388072ea25f29e2f53a8dded2728b58c268f.tar.gz
gentoo-2-0cab388072ea25f29e2f53a8dded2728b58c268f.tar.bz2
gentoo-2-0cab388072ea25f29e2f53a8dded2728b58c268f.zip
Removed PERLINSTALL part, because this does not work with the new perl-package
Diffstat (limited to 'sys-apps')
-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