aboutsummaryrefslogtreecommitdiff
path: root/linux/make_artifacts.sh
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-08-15 16:09:19 -0700
committerJohn MacFarlane <[email protected]>2022-08-15 16:10:21 -0700
commit2b4b56504024f934a99042dcd2fae08e1681ecee (patch)
tree8f5e9e7bc6eeea061953c8e2348fd4b8ce954b91 /linux/make_artifacts.sh
parent455d11ec183c595780105f78202d48d760258de7 (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.sh2
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