Avoid using runghc when building the Debian package, as that needs ghci.

This commit is contained in:
Joey Hess 2013-04-07 17:15:58 -04:00
parent 5fe6c4d96b
commit 1112628cdf
3 changed files with 6 additions and 3 deletions

2
debian/rules vendored
View file

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