debian/cabal-wrapper: Removed this hack which should not be needed anymore.
This commit is contained in:
parent
a6c56fb459
commit
9b38c14165
5 changed files with 4 additions and 23 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue