Skip to content

Commit

Permalink
fix buggy OPAM remove command
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Dec 30, 2016
1 parent 8014478 commit 8456765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license: "Proprietary"

build: [ [ "./configure" ] [ make "-j%{jobs}%" ] ]
install: [ make "install" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/InfSeqExt" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/InfSeqExt'" ]
depends: [ "coq" {((>= "8.5" & < "8.6~") | (>= "8.6" & < "8.7~"))} ]

tags: [ "keyword:temporal logic" "keyword:infinite transition systems" "keyword:coinduction" "category:Mathematics/Logic/Modal logic" ]
Expand Down

0 comments on commit 8456765

Please sign in to comment.