summarylogtreecommitdiffstats
path: root/path.patch
diff options
context:
space:
mode:
authorkaptoxic2017-09-27 16:15:49 -0400
committerkaptoxic2017-09-27 16:15:49 -0400
commit60420bc0544b545f8065ffc86c8022aebbd853a8 (patch)
treea8596d1c26255e2172dbad406f620b493c799f9a /path.patch
downloadaur-coq-quickchick-git.tar.gz
Initial commit
Diffstat (limited to 'path.patch')
-rw-r--r--path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/path.patch b/path.patch
new file mode 100644
index 000000000000..d7fcf61f55bd
--- /dev/null
+++ b/path.patch
@@ -0,0 +1,13 @@
+diff --git a/Makefile b/Makefile
+index a28398f..a86d049 100644
+--- a/Makefile
++++ b/Makefile
+@@ -24,7 +24,7 @@ install: all
+ # Manually copying the remaining files
+ # $(V)cp src/quickChickLib.cmx $(COQLIB)/user-contrib/QuickChick
+ # $(V)cp src/quickChickLib.o $(COQLIB)/user-contrib/QuickChick
+- $(V)cp src/quickChickTool $(shell echo $(PATH) | tr ':' "\n" | grep opam | uniq)/quickChick
++ $(V)cp src/quickChickTool $(COQLIB)/user-contrib/QuickChick
+
+ src/quickChickToolLexer.cmo : src/quickChickToolLexer.mll
+ ocamllex src/quickChickToolLexer.mll