diff options
| author | John MacFarlane <[email protected]> | 2022-08-15 16:09:19 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-08-15 16:10:21 -0700 |
| commit | 2b4b56504024f934a99042dcd2fae08e1681ecee (patch) | |
| tree | 8f5e9e7bc6eeea061953c8e2348fd4b8ce954b91 /linux/make_artifacts.sh | |
| parent | 455d11ec183c595780105f78202d48d760258de7 (diff) | |
Split linux/control.in into two parts...
for pandoc and pandoc-server.
Diffstat (limited to 'linux/make_artifacts.sh')
| -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 703da4eeb..78759da00 100644 --- a/linux/make_artifacts.sh +++ b/linux/make_artifacts.sh @@ -59,7 +59,7 @@ make_deb() { INSTALLED_SIZE=$(du -k -s $DEST | awk '{print $1}') mkdir $DIST/DEBIAN - perl -pe "s/VERSION/$DEBVER/" /mnt/linux/control.in | \ + perl -pe "s/VERSION/$DEBVER/" /mnt/linux/$EXE.control.in | \ perl -pe "s/ARCHITECTURE/$ARCHITECTURE/" | \ perl -pe "s/INSTALLED_SIZE/$INSTALLED_SIZE/" \ > $DIST/DEBIAN/control |
