From 7490910ceef98b9a373ce94b53ccb39a1347ea0b Mon Sep 17 00:00:00 2001 From: Rob Hoes Date: Fri, 18 Jun 2010 14:20:58 +0100 Subject: [PATCH] When uninstalling xapi-datamodel, do it from the place it was installed in Signed-off-by: Rob Hoes --- ocaml/idl/OMakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml/idl/OMakefile b/ocaml/idl/OMakefile index 2565e101..5fd53601 100644 --- a/ocaml/idl/OMakefile +++ b/ocaml/idl/OMakefile @@ -156,4 +156,4 @@ lib-install: META .PHONY: lib-uninstall lib-uninstall: - ocamlfind remove xapi-datamodel \ No newline at end of file + ocamlfind remove -destdir $(INSTALL_PATH) xapi-datamodel -- 2.39.5