aboutsummaryrefslogtreecommitdiff
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, 1 insertions, 1 deletions
diff --git a/linux/make_deb.sh b/linux/make_deb.sh
index 70b99a5ee..3510ce6c4 100755
--- a/linux/make_deb.sh
+++ b/linux/make_deb.sh
@@ -41,7 +41,7 @@ echo "pandoc-citeproc" >> $COPYRIGHT
INSTALLED_SIZE=$(du -k -s $DEST | awk '{print $1}')
mkdir $DIST/DEBIAN
-perl -pe "s/VERSION/$DEBVER/" deb/control.in | \
+perl -pe "s/VERSION/$DEBVER/" linux/control.in | \
perl -pe "s/ARCHITECTURE/$ARCHITECTURE/" | \
perl -pe "s/INSTALLED_SIZE/$INSTALLED_SIZE/" \
> $DIST/DEBIAN/control