mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 05:50:56 -04:00
16 lines
576 B
Plaintext
16 lines
576 B
Plaintext
$NetBSD: patch-Makefile,v 1.1 2013/08/04 10:29:02 adam Exp $
|
|
|
|
--- Makefile.orig 2012-09-28 01:37:35.000000000 +0000
|
|
+++ Makefile
|
|
@@ -139,8 +139,8 @@ install-progs: install-progs-yes $(PROGS
|
|
|
|
install-data: $(DATA_FILES) $(EXAMPLES_FILES)
|
|
$(Q)mkdir -p "$(DATADIR)/examples"
|
|
- $(INSTALL) -m 644 $(DATA_FILES) "$(DATADIR)"
|
|
- $(INSTALL) -m 644 $(EXAMPLES_FILES) "$(DATADIR)/examples"
|
|
+ $(INSTALL) -c -m 644 $(DATA_FILES) "$(DATADIR)"
|
|
+ $(INSTALL) -c -m 644 $(EXAMPLES_FILES) "$(DATADIR)/examples"
|
|
|
|
uninstall: uninstall-libs uninstall-headers uninstall-progs uninstall-data
|
|
|