diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-17 19:43:18 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-11-24 09:50:40 -0400 |
| commit | 7743ef8542b6490c3c42ac826a26aa0b24991f22 (patch) | |
| tree | dbbe5cd692823c1f186e098602e1854f35fa662d | |
| parent | 43e97837d7757c77d5742d62fca727541bf1a435 (diff) | |
change joeyconfig back after merging from master
| l--------- | config.hs | 2 | ||||
| -rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1 +1 @@ -config-simple.hs
\ No newline at end of file +config-joey.hs
\ No newline at end of file diff --git a/debian/rules b/debian/rules index a71212db..c88cc004 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ -#!/usr/bin/make -f +#!/bin/false # Avoid using cabal, as it writes to $HOME export CABAL=./Setup |
