Skip to content
Snippets Groups Projects
Commit 97f62b11 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[opam] removing Ivette

parent 9957210f
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,11 @@ build: [
install: [
[make "PREFIX=%{prefix}%" "MANDIR=%{mandir}%" "install"]
[make "PREFIX=%{prefix}%" "-C" "doc" "install"] {with-doc}
[make "PREFIX=%{prefix}%" "-f" "ivette/makefile.install"]
[make "PREFIX=%{prefix}%" "-f" "ivette/makefile.install" "install"]
]
remove: [
[make "PREFIX=%{prefix}%" "-f" "ivette/makefile.install" "uninstall"]
]
run-test: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment