make_artifacts.sh: use --installdir not --bindir.

This commit is contained in:
John MacFarlane 2022-08-15 23:18:10 -07:00
parent f46e70d4b0
commit 9bf6c4918e

View file

@ -27,7 +27,7 @@ ghc --version
cabal update
cabal clean
cabal install -j4 -fserver -f-export-dynamic -fembed_data_files --enable-executable-static --ghc-options '-j4 +RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread' --install-method=copy --bindir=$ARTIFACTS
cabal install -j4 -fserver -f-export-dynamic -fembed_data_files --enable-executable-static --ghc-options '-j4 +RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread' --install-method=copy --installdir=$ARTIFACTS
ls $ARTIFACTS
# make deb for EXE