Work around failure to build on mips by using cabal, not Setup, to build in debian/rules.
This commit is contained in:
parent
459db7a367
commit
adf69dc417
4 changed files with 20 additions and 2 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue