mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
16 lines
366 B
Plaintext
16 lines
366 B
Plaintext
$NetBSD: patch-ai,v 1.20 2014/06/07 07:34:05 wiz Exp $
|
|
|
|
Don't create directories, do that with OWN_DIRS and OWN_DIRS_PERMS
|
|
|
|
--- notifier/Makefile.orig 2013-05-29 11:51:34.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
|
|
|
|
|