ocamlPackages.cfstream: 1.3.0 -> 1.3.1
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
diff --git a/lib/jbuild b/lib/jbuild
|
||||
index fcc5a39..d72d50c 100644
|
||||
--- a/lib/jbuild
|
||||
+++ b/lib/jbuild
|
||||
@@ -10,7 +10,7 @@
|
||||
(rule (
|
||||
(targets (GIT_COMMIT))
|
||||
(deps (../bin/git_commit.sh))
|
||||
- (action (with-stdout-to ${@} (run ${<})))
|
||||
+ (action (with-stdout-to ${@} (run echo "None")))
|
||||
))
|
||||
diff --git a/lib/dune b/lib/dune
|
||||
index 2266b87..344c704 100644
|
||||
--- a/lib/dune
|
||||
+++ b/lib/dune
|
||||
@@ -8,7 +8,7 @@
|
||||
(rule
|
||||
(targets GIT_COMMIT)
|
||||
(deps (:x ../bin/git_commit.sh))
|
||||
- (action (with-stdout-to %{targets} (run %{x})))
|
||||
+ (action (with-stdout-to %{targets} (run echo None)))
|
||||
)
|
||||
|
||||
(rule (
|
||||
(rule
|
||||
|
||||
Reference in New Issue
Block a user