Build debian package without using cabal, which writes to HOME. Closes: #704205
This commit is contained in:
parent
34b03ef47a
commit
65c7fcc77a
3 changed files with 5 additions and 1 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -1,5 +1,8 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
# Avoid using cabal, as it writes to $HOME
|
||||
export CABAL=runghc Setup.hs
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue