mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
369 B
Plaintext
16 lines
369 B
Plaintext
$NetBSD: patch-ai,v 1.2 2015/09/05 13:03:22 jperkin Exp $
|
|
|
|
Don't create directories, do that with OWN_DIRS and OWN_DIRS_PERMS
|
|
|
|
--- notifier/Makefile.orig 2011-05-12 05:21:56.000000000 +0000
|
|
+++ notifier/Makefile
|
|
@@ -62,6 +62,8 @@ install: all install-data install-header
|
|
#
|
|
|
|
install-data:
|
|
+
|
|
+install-dirs:
|
|
$(INSTALL_DIR) -m 775 -g $(CUPS_GROUP) $(CACHEDIR)/rss
|
|
|
|
|