From 9bf6c4918e01257b3516c0ce243a7ac9cfbced00 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 15 Aug 2022 23:18:10 -0700 Subject: [PATCH] make_artifacts.sh: use --installdir not --bindir. --- linux/make_artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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