[cups.bugs] [MOD] STR #2483: -chgrp in the middle of a Makefile command

Thomas Seeling tseeling at de.ibm.com
Thu Aug 16 09:31:15 PDT 2007


DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

in "make install" chgrp fails. chgrp is in the middle of a long single
command.

--- scheduler/Makefile.old  2007-08-15 21:19:55.000000000 +0200
+++ scheduler/Makefile      2007-08-16 07:42:38.000000000 +0200
@@ -134,7 +134,7 @@
        else \
                echo Creating $(SERVERROOT)/ssl...; \
                $(INSTALL_DIR) -m 700 $(SERVERROOT)/ssl; \
-               -chgrp $(CUPS_GROUP) $(SERVERROOT)/ssl; \
+               chgrp $(CUPS_GROUP) $(SERVERROOT)/ssl; \
                echo Creating $(STATEDIR)...; \
                $(INSTALL_DIR) -m 755 $(STATEDIR); \
                echo Creating $(STATEDIR)/certs...; \

Link: http://www.cups.org/str.php?L2483
Version: 1.3.0





More information about the cups-devel mailing list