diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-08-04 12:25:06 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-08-04 12:25:06 -0400 |
commit | 9c9f7312bbf46c3069935fa190f5bba5ae62b348 (patch) | |
tree | cba8f247ebf80667f5b48a2e89b1c8f7f2090723 /debian/rules | |
parent | fba5eba1076199c55b9a836e5cad44311d0b66d3 (diff) |
Added back debian/cabal-wrapper, since it still seems needed after all.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index d1393d571..927c1c925 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 STANDALONE_BUILD=$(shell grep -qe '^Package: git-annex-standalone' debian/control \ && echo 1 || echo 0) |