Skip to content

Commit

Permalink
minor correction to paths
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Jan 29, 2016
1 parent 552473d commit 0f8bcd5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 0f8bcd5

Please sign in to comment.