Avoid using runghc when building the Debian package, as that needs ghci.
This commit is contained in:
parent
5fe6c4d96b
commit
1112628cdf
3 changed files with 6 additions and 3 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
# Avoid using cabal, as it writes to $HOME
|
||||
export CABAL=runghc Setup.hs
|
||||
export CABAL=./Setup
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue