aboutsummaryrefslogtreecommitdiff
path: root/make_deb.sh
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-17 12:04:20 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-17 12:04:20 -0800
commit8dfc372278d26c551e2a7374b7223c7e07c8270b (patch)
treeb98305bfdfb43004a50497024f255f626e5531c4 /make_deb.sh
parentb9666110671e5663f164e79dfdebb10123a3c56d (diff)
downloadpandoc-8dfc372278d26c551e2a7374b7223c7e07c8270b.tar.gz
Changed bindist target to debpkg.
Diffstat (limited to 'make_deb.sh')
-rwxr-xr-xmake_deb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_deb.sh b/make_deb.sh
index 589e7cad4..dfbdd3a0c 100755
--- a/make_deb.sh
+++ b/make_deb.sh
@@ -2,7 +2,7 @@
SANDBOX=`pwd`/.cabal-sandbox
VERSION=$(grep -e '^Version' pandoc.cabal | awk '{print $2}')
-DEBPKGVER ?= 1
+DEBPKGVER=?1
BASE=pandoc-$VERSION-$DEBPKGVER
DIST=`pwd`/$BASE
MANDIR=`pwd`/man