mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
517 B
Plaintext
14 lines
517 B
Plaintext
$NetBSD: patch-ac,v 1.11 2009/09/22 13:17:00 spz Exp $
|
|
|
|
--- Makefile.global.in.orig 2009-05-21 20:08:33.000000000 +0000
|
|
+++ Makefile.global.in
|
|
@@ -302,7 +302,7 @@ INSTALL = $(top)/support/install-sh -c
|
|
## files like active and newsgroups that should have the same permissions as
|
|
## article files.
|
|
|
|
-BACKUP_OPTION = -B .OLD
|
|
+#BACKUP_OPTION = -B .OLD
|
|
|
|
LI_SPRI = $(LIBTOOLINST) $(INSTALL) -o root -g $(RUNASGROUP) -m 4550 $(BACKUP_OPTION)
|
|
LI_XPRI = $(LIBTOOLINST) $(INSTALL) $(OWNER) -m 0550 $(BACKUP_OPTION)
|