You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ml/camlp5/files/camlp5-7.12-destdir.patch

14 lines
443 B

Index: camlp5-rel712/Makefile
===================================================================
--- camlp5-rel712.orig/Makefile
+++ camlp5-rel712/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 \