X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=notifier%2FMakefile;h=49e05ac0b672bea48e4967f1b36863157aa3c0fe;hp=dea93d70e27634ad5b6e3ffd712b698b412ae2b1;hb=91c84a3551145559de2956179661e111e373db95;hpb=080811b190031b9182e96dc76fc610fadfeaec21 diff --git a/notifier/Makefile b/notifier/Makefile index dea93d70e..49e05ac0b 100644 --- a/notifier/Makefile +++ b/notifier/Makefile @@ -3,7 +3,7 @@ # # Notifier makefile for the Common UNIX Printing System (CUPS). # -# Copyright 2007 by Apple Inc. +# Copyright 2007-2008 by Apple Inc. # Copyright 1997-2007 by Easy Software Products, all rights reserved. # # These coded instructions, statements, and computer programs are the @@ -44,7 +44,7 @@ install: all for file in $(TARGETS); do \ $(INSTALL_BIN) $$file $(SERVERBIN)/notifier; \ done - $(INSTALL_DIR) -m 755 $(CACHEDIR)/rss + $(INSTALL_DIR) -m 775 $(CACHEDIR)/rss -chgrp $(CUPS_GROUP) $(CACHEDIR)/rss if test "x$(SYMROOT)" != "x"; then \ $(INSTALL_DIR) $(SYMROOT); \