diff options
| author | John MacFarlane <[email protected]> | 2022-08-15 17:38:05 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-08-15 17:38:28 -0700 |
| commit | b157abedb7a2047c5915ab69a66b4410ecfef356 (patch) | |
| tree | 8bf8f6450c14bc12c853721593343fda9c27f043 /linux/make_artifacts.sh | |
| parent | 2b4b56504024f934a99042dcd2fae08e1681ecee (diff) | |
Fix make_artifacts.sh.
Diffstat (limited to 'linux/make_artifacts.sh')
| -rw-r--r-- | linux/make_artifacts.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh index 78759da00..7a314e485 100644 --- a/linux/make_artifacts.sh +++ b/linux/make_artifacts.sh @@ -44,6 +44,7 @@ make_deb() { DEST=$DIST/usr COPYRIGHT=$DEST/share/doc/$EXE/copyright + cd /mnt mkdir -p $DEST/bin mkdir -p $DEST/share/man/man1 mkdir -p $DEST/share/doc/$EXE |
