Skip to content

Commit da2afc6

Browse files
committed
Fix install & remove
1 parent c78446e commit da2afc6

File tree

1 file changed

+2
-2
lines changed
  • packages/strymonas-pure/strymonas-pure.2.1.1

1 file changed

+2
-2
lines changed

packages/strymonas-pure/strymonas-pure.2.1.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ depends: [
2020
build: [
2121
[make "-C" "lib/" "pure"]
2222
]
23-
install:[make "install-pure"]
24-
remove:[make "uninstall-pure"]
23+
install:[make "-C" "lib/" "install-pure"]
24+
remove:[make "-C" "lib/" "uninstall-pure"]
2525
url {
2626
src:
2727
"https://github.com/strymonas/strymonas-ocaml/archive/refs/tags/v2.1.1.tar.gz"

0 commit comments

Comments
 (0)