# HG changeset patch # User Rob Hoes When uninstalling xapi-datamodel, do it from the place it was installed in Signed-off-by: Rob Hoes diff -r 1d736d341fd9 ocaml/idl/OMakefile --- a/ocaml/idl/OMakefile +++ b/ocaml/idl/OMakefile @@ -156,4 +156,4 @@ .PHONY: lib-uninstall lib-uninstall: - ocamlfind remove xapi-datamodel \ No newline at end of file + ocamlfind remove -destdir $(INSTALL_PATH) xapi-datamodel