summaryrefslogtreecommitdiff
path: root/linux/make_deb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'linux/make_deb.sh')
-rwxr-xr-xlinux/make_deb.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/make_deb.sh b/linux/make_deb.sh
index 3510ce6c4..9ef191ad4 100755
--- a/linux/make_deb.sh
+++ b/linux/make_deb.sh
@@ -29,6 +29,8 @@ mkdir -p $DEST/share/doc/pandoc-citeproc
find $DIST -type d | xargs chmod 755
cp $ARTIFACTS/pandoc $DEST/bin/
cp $ARTIFACTS/pandoc-citeproc $DEST/bin/
+strip $DEST/bin/pandoc
+strip $DEST/bin/pandoc-citeproc
cp man/pandoc.1 $DEST/share/man/man1/pandoc.1
/artifacts/pandoc-citeproc --man > $DEST/share/man/man1/pandoc-citeproc.1
gzip -9 $DEST/share/man/man1/pandoc.1