summaryrefslogtreecommitdiff
path: root/p/haskell-cmdargs/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-cmdargs/debian/rules')
-rwxr-xr-xp/haskell-cmdargs/debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/haskell-cmdargs/debian/rules b/p/haskell-cmdargs/debian/rules
index 2af8a6b41..eb3e331e9 100755
--- a/p/haskell-cmdargs/debian/rules
+++ b/p/haskell-cmdargs/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc/bin/ghci || echo --flags=\"-quotation -testprog\")
+DEB_SETUP_GHC_CONFIGURE_ARGS := $(shell test -e /usr/bin/ghci || echo --flags=\"-quotation -testprog\")
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk