Build debian package without using cabal, which writes to HOME. Closes: #704205

This commit is contained in:
Joey Hess 2013-03-29 11:37:25 -04:00
parent 34b03ef47a
commit 65c7fcc77a
3 changed files with 5 additions and 1 deletions

3
debian/rules vendored
View file

@ -1,5 +1,8 @@
#!/usr/bin/make -f
# Avoid using cabal, as it writes to $HOME
export CABAL=runghc Setup.hs
%:
dh $@