From 19429dfe8b29415d92918b35c2c2e1c60373b159 Mon Sep 17 00:00:00 2001 From: Lionel Mamane Date: Wed, 31 Mar 2004 14:54:52 +0000 Subject: [PATCH] Meta files are in METAS subdir source of meta files are called meta., not META. --- helm/ocaml/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index 1833ece77..9ba9e8bd4 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -53,7 +53,7 @@ $(MODULES:%=%.depend): $(MODULES:%=%.install): cd $(@:%.install=%) && make install export TARGET=$(OCAMLFIND_META_DIR)/$(@:%.install=META.helm-%) ; \ - cp $(@:%.install=META.helm-%.src) $$TARGET && \ + cp METAS/$(@:%.install=meta.helm-%.src) $$TARGET && \ echo "directory=\"$(OCAMLFIND_DEST_DIR)/$(@:%.install=%)\"" >> $$TARGET $(MODULES:%=%.uninstall): cd $(@:%.uninstall=%) && make uninstall -- 2.39.2