Removed install from OPAM configuration file.

This commit is contained in:
Podkopaev Anton 2018-02-19 17:35:47 +03:00
parent 0a1922520b
commit 6cb78de5a4

1
opam
View file

@ -10,7 +10,6 @@ build: [
[make "-f" "Makefile" ] [make "-f" "Makefile" ]
] ]
install: [make "-f" "Makefile" "PREFIX=%{prefix}%" "install"]
remove: ["ocamlfind" "remove" "compiler-workout"] remove: ["ocamlfind" "remove" "compiler-workout"]
flags: [ light-uninstall ] flags: [ light-uninstall ]