Skip to content

Commit

Permalink
[uri] correct configure line; remove use of makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mor1 committed Aug 7, 2012
1 parent 80d99a7 commit 17d50b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions opam/uri.0.3dev.opam
Expand Up @@ -4,8 +4,9 @@ package "uri" {
version: "0.3dev"
maintainer: "anil@recoil.org"
build: [
[ "make" "all" ]
[ "make" "install" ]
["ocaml" "setup.ml" "-configure" "--prefix" "%{prefix}%"]
["ocaml" "setup.ml" "-build"]
["ocaml" "setup.ml" "-install"]
]
remove: [ "ocamlfind" "remove" "uri" ]
depends: [ "ocamlfind" "re" ]
Expand Down

0 comments on commit 17d50b5

Please sign in to comment.