diff options
author | 2000-11-04 13:12:32 +0000 | |
---|---|---|
committer | 2000-11-04 13:12:32 +0000 | |
commit | 2de0cf0ce15f4a918c623d45245f857deaa137e2 (patch) | |
tree | 0efeaf96eee2ee8e006294e6b7954583f1704e0a | |
parent | Modified to work with the new perl package (diff) | |
download | historical-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/ebuild | 9 |
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 |