summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 7c820e03..8ffcd917 100755
--- a/debian/rules
+++ b/debian/rules
@@ -83,7 +83,7 @@ endif
.PHONY: override_dh_auto_test
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- CAML_LD_LIBRARY_PATH=$PWD/kernel/byterun COQLIB=$PWD \
+ CAML_LD_LIBRARY_PATH=$(shell pwd)/kernel/byterun COQLIB=$(shell pwd) \
$(MAKE) test-suite COMPLEXITY=
endif