Skip to content

Commit

Permalink
[revert] installation_helper: wrong PREFIX for ocaml install
Browse files Browse the repository at this point in the history
This reverts commit 1af4f74.
  • Loading branch information
Frederic Ye committed Jul 24, 2012
1 parent c714f9f commit 9b352be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dependencies/installation_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ package_install (){
if [ $IS_LINUX ] || [ $IS_MAC ] || [ $IS_FREEBSD ]; then
make opt && make opt.opt
fi
PREFIX=$INSTALLDIR $SUDO make install -e
PREFIX=$LIBDIR/ocaml $SUDO make install -e
;;
camlzip)
make all allopt
Expand Down

0 comments on commit 9b352be

Please sign in to comment.