1--- a/src/findlib/Makefile
2+++ b/src/findlib/Makefile
3@@ -134,8 +134,8 @@
4 install: all
5 $(INSTALLDIR) "$(DESTDIR)$(prefix)$(OCAML_SITELIB)/$(NAME)"
6 $(INSTALLDIR) "$(DESTDIR)$(prefix)$(OCAMLFIND_BIN)"
7- test $(INSTALL_TOPFIND) -eq 0 || $(INSTALLDIR) "$(DESTDIR)$(prefix)$(OCAML_CORE_STDLIB)"
8- test $(INSTALL_TOPFIND) -eq 0 || $(CP) topfind "$(DESTDIR)$(prefix)$(OCAML_CORE_STDLIB)/"
9+ test $(INSTALL_TOPFIND) -eq 0 || $(INSTALLDIR) "$(DESTDIR)$(prefix)$(OCAML_SITELIB)"
10+ test $(INSTALL_TOPFIND) -eq 0 || $(CP) topfind "$(DESTDIR)$(prefix)$(OCAML_SITELIB)/"
11 files=`$(SH) $(TOP)/tools/collect_files $(TOP)/Makefile.config \
12 findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib$(LIB_SUFFIX) findlib.cmxs \
13 findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \