summaryrefslogtreecommitdiff
path: root/p/haskell-web-routes/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-web-routes/debian/rules')
-rwxr-xr-xp/haskell-web-routes/debian/rules2
1 files changed, 1 insertions, 1 deletions
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