pkgsrc-ng/lang/ocaml/patches/patch-stdlib_Makefile.shared
2013-09-26 17:14:40 +02:00

15 lines
560 B
Plaintext

$NetBSD: patch-stdlib_Makefile.shared,v 1.1 2012/10/08 15:05:33 jaapb Exp $
Use BSD_INSTALL_* instead of mkdir and cp
--- stdlib/Makefile.shared.orig 2012-04-19 13:12:23.000000000 +0000
+++ stdlib/Makefile.shared
@@ -41,7 +41,7 @@ OTHERS=array.cmo list.cmo char.cmo strin
all: stdlib.cma std_exit.cmo camlheader camlheader_ur
install: install-$(RUNTIMED)
- cp stdlib.cma std_exit.cmo *.cmi *.mli *.ml camlheader camlheader_ur \
+ $(BSD_INSTALL_DATA) stdlib.cma std_exit.cmo *.cmi *.mli *.ml camlheader camlheader_ur \
$(LIBDIR)
install-noruntimed: