aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-28 14:10:08 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-28 14:18:47 -0400
commitda4c2f9627668535aa11f9293560dbfe0f324b2d (patch)
tree46931229fcd7d5096973565c28f5c1bc33b964ca /debian/rules
parent2c836973e4474ff90f0ec5254057f328130730c6 (diff)
support building with BUILDER=stack to use stack instead of cabal
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index e640f7676..e6ee59241 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export CABAL=debian/cabal-wrapper
+export BUILDER=debian/cabal-wrapper
STANDALONE_BUILD=$(shell grep -qe '^Package: git-annex-standalone' debian/control \
&& echo 1 || echo 0)