From 71b61ff9f3b06e9e4a0d455e8855005b535dc16e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Apr 2014 20:06:04 -0400 Subject: [PATCH] use config.simple and allow building debian packages This commit should not be merged into the config-joey branch. --- config.hs | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.hs b/config.hs index 07959a0..ec31372 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 fa44aba..dafe10f 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