diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-07 18:08:45 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-07 18:08:45 -0400 |
| commit | 2be51d0332a14fae68d18e61ed448a659ed789b1 (patch) | |
| tree | 007743b8808d244b353942598c7000b4e00e58c4 | |
| parent | 9bbc292b3f903a1476e3524bb9198e58ce300401 (diff) | |
remove debian/rules guard in joeyconfig branch
Not needed any longer as I don't build the debs and thus can't
accidentially build them from this branch.
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index c88cc004..a71212db 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ -#!/bin/false +#!/usr/bin/make -f # Avoid using cabal, as it writes to $HOME export CABAL=./Setup |
