debian/cabal-wrapper: Removed this hack which should not be needed anymore.

This commit is contained in:
Joey Hess 2015-06-14 14:43:55 -04:00
parent a6c56fb459
commit 9b38c14165
5 changed files with 4 additions and 23 deletions

3
debian/rules vendored
View file

@ -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)