aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-09-26 15:08:41 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-09-26 15:08:41 -0400
commit0bf6d84f384154874820d5e2799f6f71edb0fc28 (patch)
treeb5d0313fc326638754f8cf48284e31baf63b6833 /debian/rules
parent6d4ba2f84b90222c8cfda0fbc435beb51d3849c3 (diff)
Work around failure to build on mips by using cabal, not Setup, to build in debian/rules.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 3a0511fa6..7c8f8a560 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
#!/usr/bin/make -f
-# Avoid using cabal, as it writes to $HOME
-export CABAL=./Setup
+export CABAL=debian/cabal-wrapper
# Do use the changelog's version number, rather than making one up.
export RELEASE_BUILD=1