Skip to content

Commit

Permalink
[fix] installlation_helper.sh: cryptokit installation failure dependi…
Browse files Browse the repository at this point in the history
…ng on sudo configuration
  • Loading branch information
OpaOnWindowsNow committed Feb 9, 2012
1 parent 01cf7c0 commit 1ace71b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dependencies/installation_helper.sh
Expand Up @@ -358,8 +358,10 @@ package_install (){
$SUDO mkdir -pv $INSTALLDIR/lib/ocaml/cryptokit.bak $SUDO mkdir -pv $INSTALLDIR/lib/ocaml/cryptokit.bak
$SUDO mv -v $INSTALLDIR/lib/ocaml/cryptokit.* $INSTALLDIR/lib/ocaml/cryptokit.bak/ || true $SUDO mv -v $INSTALLDIR/lib/ocaml/cryptokit.* $INSTALLDIR/lib/ocaml/cryptokit.bak/ || true
$SUDO mv -v $INSTALLDIR/lib/ocaml/stublibs/dllcryptokit.so $INSTALLDIR/lib/ocaml/stublibs/dllcryptokit.so.bak || true $SUDO mv -v $INSTALLDIR/lib/ocaml/stublibs/dllcryptokit.so $INSTALLDIR/lib/ocaml/stublibs/dllcryptokit.so.bak || true
$SUDO ocaml setup.ml -configure which ocamlc
$SUDO ocaml setup.ml -build echo $PATH
ocaml setup.ml -configure
ocaml setup.ml -build
$SUDO ocaml setup.ml -uninstall $SUDO ocaml setup.ml -uninstall
$SUDO ocaml setup.ml -install $SUDO ocaml setup.ml -install
;; ;;
Expand Down

0 comments on commit 1ace71b

Please sign in to comment.