aboutsummaryrefslogtreecommitdiff
path: root/linux/make_artifacts.sh
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-08-15 23:18:10 -0700
committerJohn MacFarlane <[email protected]>2022-08-15 23:18:10 -0700
commit9bf6c4918e01257b3516c0ce243a7ac9cfbced00 (patch)
tree85139ebf34a0985257da0b631299b93787f181a2 /linux/make_artifacts.sh
parentf46e70d4b0588fe6fe5c090ab38353c0d49e68aa (diff)
make_artifacts.sh: use --installdir not --bindir.
Diffstat (limited to 'linux/make_artifacts.sh')
-rw-r--r--linux/make_artifacts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh
index bee2ba184..ac0006553 100644
--- a/linux/make_artifacts.sh
+++ b/linux/make_artifacts.sh
@@ -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