summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-06-14 14:43:55 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-06-14 14:43:55 -0400
commit7a1adb83b0a102cc832a73c35c0b264b52cb88f5 (patch)
tree4e00e3cdaf64ef9d35d0c2f13c5982a5d599b46f /debian/rules
parent5176de6b51413d8a379b0c647784e09f81d279d9 (diff)
debian/cabal-wrapper: Removed this hack which should not be needed anymore.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 927c1c925..d1393d571 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
-export CABAL=debian/cabal-wrapper
+# Avoid using cabal, as it writes to $HOME
+export CABAL=./Setup
STANDALONE_BUILD=$(shell grep -qe '^Package: git-annex-standalone' debian/control \
&& echo 1 || echo 0)