Skip to content

Commit

Permalink
[bug fix] build: installation_helper now correctly installs ulex with…
Browse files Browse the repository at this point in the history
… --sudo
  • Loading branch information
Valentin Gatien-Baron committed Jun 22, 2011
1 parent 00818f9 commit f9c07eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dependencies/installation_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,11 @@ package_install (){
ulex)
$SUDO $INSTALLDIR/bin/ocamlfind remove -destdir $INSTALLDIR/lib/ocaml ulex || true
rm -f myocamlbuild.ml
install_generic
make all.opt
# the following is copy pasted from ulex's Makefile
# because install depends on all (it just does't work
# when your rights for compiling and installing are not compatible)
cd _build && $SUDO make -f ../Makefile realinstall
;;
jpeg)
./configure --prefix $PREFIX
Expand Down

0 comments on commit f9c07eb

Please sign in to comment.