diff --git a/setup.sh b/setup.sh index 986dbce..f34deee 100755 --- a/setup.sh +++ b/setup.sh @@ -68,8 +68,7 @@ cd $INIT_DIR unset PERL5LIB ARCHNAME=`perl -e 'use Config; print $Config{archname};'` PERLROOT=$INST_PATH/lib/perl5 -PERLARCH=$PERLROOT/$ARCHNAME -export PERL5LIB="$PERLROOT:$PERLARCH" +export PERL5LIB="$PERLROOT" #create a location to build dependencies SETUP_DIR=$INIT_DIR/install_tmp @@ -287,7 +286,6 @@ echo "Please add the following to beginning of path:" echo " $INST_PATH/bin" echo "Please add the following to beginning of PERL5LIB:" echo " $PERLROOT" -echo " $PERLARCH" echo exit 0