summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-04-16 09:25:20 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-04-16 09:25:20 -0700
commit44f2bb77d509cf06e52cbcb3c70ae69d99cf0fff (patch)
tree0051ab5dc2f4be16e3ef7d33d4bddba80876e6c7 /debian
parentd7bfa2a332c943ff6821dc223483d320bb9bda74 (diff)
downloadstylish-haskell-44f2bb77d509cf06e52cbcb3c70ae69d99cf0fff.tar.gz
datasubdir also needed
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 20178fe..fae1d0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
override_dh_auto_configure:
ghc --make Setup
- ./Setup configure --datadir=/usr/share/stylish-haskell
+ ./Setup configure --datadir=/usr/share/stylish-haskell --datasubdir=""
override_dh_auto_build:
./Setup build