Missed patch; found by naddy@.

This commit is contained in:
daniel 2020-10-09 21:21:48 +00:00
parent 6d3bcb3fd0
commit 0bef12aedb

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-Makefile,v 1.1 2020/10/09 21:21:48 daniel Exp $
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -57,7 +57,7 @@ install:
for i in $(DIRS) compile; do \
(cd $$i; $(MAKE) install DESTDIR=$(DESTDIR); cd ..); \
done
- cp etc/topfind.camlp5 `ocamlc -where`/. || true
+ cp etc/topfind.camlp5 $(DESTDIR)/`ocamlc -where`/. || true
uninstall:
@if test -z "$(LIBDIR)"; then \