summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2015-08-12 14:22:33 +0200
committerClint Adams <clint@debian.org>2015-08-12 14:22:33 +0200
commit7960d041cd310e44a9dec9995d1ef866aadeca74 (patch)
tree8fce12fdbb134093a3dce80209c3f6b5603f71c9 /p
parent39eed1fd1d5fe2629f5b647244e5fccd4ec5f08b (diff)
downloadDHG_packages-7960d041cd310e44a9dec9995d1ef866aadeca74.tar.gz
fix ghci path in debian/rules of cmdargs and web-routes
Diffstat (limited to 'p')
-rwxr-xr-xp/haskell-cmdargs/debian/rules2
-rwxr-xr-xp/haskell-web-routes/debian/rules2
2 files changed, 2 insertions, 2 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
diff --git a/p/haskell-web-routes/debian/rules b/p/haskell-web-routes/debian/rules
index c94e7c55a..cacbc71ef 100755
--- a/p/haskell-web-routes/debian/rules
+++ b/p/haskell-web-routes/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-DEB_ENABLE_TESTS = $(shell test -e /usr/lib/ghc/bin/ghci && echo yes)
+DEB_ENABLE_TESTS = $(shell test -e /usr/bin/ghci && echo yes)
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk