diff options
| author | John MacFarlane <[email protected]> | 2022-08-15 23:18:10 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-08-15 23:18:10 -0700 |
| commit | 9bf6c4918e01257b3516c0ce243a7ac9cfbced00 (patch) | |
| tree | 85139ebf34a0985257da0b631299b93787f181a2 /linux | |
| parent | f46e70d4b0588fe6fe5c090ab38353c0d49e68aa (diff) | |
make_artifacts.sh: use --installdir not --bindir.
Diffstat (limited to 'linux')
| -rw-r--r-- | linux/make_artifacts.sh | 2 |
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 |
