Skip to content

Commit

Permalink
Merge pull request #1673 from mirage/fix-mirage-multiremove
Browse files Browse the repository at this point in the history
Experimental fix for mirage/mirage#221
  • Loading branch information
samoht committed Feb 13, 2014
2 parents 9b6d055 + 3d18111 commit cc609e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mirage/mirage.1.1.0/opam
Expand Up @@ -13,8 +13,8 @@ build: [
[make "install"]
]
remove: [
["./configure" "--bindir" "%{bin}%"]
[make "uninstall"]
["rm" "-f" "%{bin}%/mirage"]
["ocamlfind" "remove" "mirage"]
]
depends: [
"ipaddr" {>= "1.0.0"}
Expand Down

0 comments on commit cc609e7

Please sign in to comment.