]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/Makefile
Import CUPS v2.0rc1
[thirdparty/cups.git] / scheduler / Makefile
index cd12aca182fb6764a14b91dc562a4cce16686588..c0c54a4b6df258a22f3639a8e42f37f127c14cba 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 11718 2014-03-21 18:04:48Z msweet $"
+# "$Id: Makefile 12132 2014-08-29 11:27:18Z msweet $"
 #
 # Scheduler Makefile for CUPS.
 #
@@ -171,7 +171,7 @@ install-data:
        echo Creating $(REQUESTS)/tmp...
        $(INSTALL_DIR) -m 1770 -g $(CUPS_GROUP) $(REQUESTS)/tmp
        echo Creating $(CACHEDIR)...
-       $(INSTALL_DIR) -m 775 -g $(CUPS_GROUP) $(CACHEDIR)
+       $(INSTALL_DIR) -m 770 -g $(CUPS_GROUP) $(CACHEDIR)
        if test "x$(INITDIR)" != x; then \
                echo Installing init scripts...; \
                $(INSTALL_DIR) -m 755 $(BUILDROOT)$(INITDIR)/init.d; \
@@ -547,5 +547,5 @@ include Dependencies
 
 
 #
-# End of "$Id: Makefile 11718 2014-03-21 18:04:48Z msweet $".
+# End of "$Id: Makefile 12132 2014-08-29 11:27:18Z msweet $".
 #