diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-17 20:06:04 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-17 20:06:04 -0400 |
| commit | 71b61ff9f3b06e9e4a0d455e8855005b535dc16e (patch) | |
| tree | 0191abe1372c982fc852b8e4371c527be5c832a2 /debian/rules | |
| parent | 88b1724713b91fb7458ca527916247d0d53b9560 (diff) | |
use config.simple and allow building debian packages
This commit should not be merged into the config-joey branch.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index fa44abab..dafe10f6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ -#!/bin/false -f +#!/usr/bin/make -f # Avoid using cabal, as it writes to $HOME export CABAL=./Setup |
