summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-11-11 15:01:55 -0400
committerJoey Hess <joeyh@joeyh.name>2016-11-11 15:02:25 -0400
commitfc35e5f3a3b932e615b3e15eceb2c3a3da2be098 (patch)
treedc4005e864faa99167e292b2b5ae9d4bbcb9cd55 /debian
parent962e279e17c1f3cf3be49ffdfb5e7310711a220c (diff)
downloadgit-repair-fc35e5f3a3b932e615b3e15eceb2c3a3da2be098.tar.gz
sync makefile with git-annex's
* Makefile: Support building with stack as well as cabal. * Makefile: The CABAL variable has been renamed to BUILDER.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 4d8fa21..9198916 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# Avoid using cabal, as it writes to $HOME
-export CABAL=./Setup
+export BUILDER=./Setup
# Do use the changelog's version number, rather than making one up.
export RELEASE_BUILD=1