Skip to content

Commit

Permalink
apply bug fix from gsl branch from @NebJ
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualstaticvoid committed Feb 12, 2014
1 parent 593ead8 commit 933ca63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ echo "R $R_VERSION successfully installed" | indent
rm -rf $VENDOR_DIR && mkdir -p $VENDOR_DIR
cp -R /app/vendor/gcc-$GCC_VERSION $VENDOR_DIR/gcc-$GCC_VERSION
cp -R /app/vendor/glibc-$GLIBC_VERSION $VENDOR_DIR/glibc-$GLIBC_VERSION
cp -R /app/vendor/R $VENDOR_DIR/R
cp -R /app/vendor/R/* $VENDOR_DIR/R

# HACK
cp $VENDOR_DIR/gcc-$GCC_VERSION/lib64/* $VENDOR_DIR/R/lib64/R/lib
Expand Down

0 comments on commit 933ca63

Please sign in to comment.