# HG changeset patch # User Rob Hoes <[email protected]> When uninstalling xapi-datamodel, do it from the place it was installed in
Signed-off-by: Rob Hoes <[email protected]> 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
# HG changeset patch # User Rob Hoes <[email protected]> When uninstalling xapi-datamodel, do it from the place it was installed in Signed-off-by: Rob Hoes <[email protected]> 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
_______________________________________________ xen-api mailing list [email protected] http://lists.xensource.com/mailman/listinfo/xen-api
