Skip to content

Commit

Permalink
Fix cd in coq-stdlib.dev
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Melquiond <[email protected]>
  • Loading branch information
proux01 and silene committed Dec 7, 2024
1 parent 25d2146 commit 93bf38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core-dev/packages/coq-stdlib/coq-stdlib.dev/opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ depends: [
depopts: ["coq-native"]
dev-repo: "git+https://github.com/coq/coq.git"
build: [
["cd" "stdlib"]
["sh" "-c" "echo '(dirs stdlib)' > dune"]
["dune" "subst"] {dev}
[
"dune"
Expand All @@ -43,7 +43,7 @@ build: [
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "--root" "." "-p" name "--create-install-files" name]
["dune" "install" "-p" name "--create-install-files" name]
]

url {
Expand Down

0 comments on commit 93bf38d

Please sign in to comment.