summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-04-17 20:06:04 -0400
committerJoey Hess2014-04-17 20:06:04 -0400
commit71b61ff9f3b06e9e4a0d455e8855005b535dc16e (patch)
tree0191abe1372c982fc852b8e4371c527be5c832a2
parent88b1724713b91fb7458ca527916247d0d53b9560 (diff)
use config.simple and allow building debian packages
This commit should not be merged into the config-joey branch.
l---------config.hs2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.hs b/config.hs
index 07959a0a..ec313725 120000
--- a/config.hs
+++ b/config.hs
@@ -1 +1 @@
-config-joey.hs \ No newline at end of file
+config-simple.hs \ No newline at end of file
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