From: mike Date: Mon, 13 Feb 2006 03:28:29 +0000 (+0000) Subject: Fix scheduler makefile chgrp's - wrong variable substitution... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51bbb22934063a255d337535e41f6600adaa7126;p=thirdparty%2Fcups.git Fix scheduler makefile chgrp's - wrong variable substitution... git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@5102 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/scheduler/Makefile b/scheduler/Makefile index c3afd1d574..2ce8c71d1e 100644 --- a/scheduler/Makefile +++ b/scheduler/Makefile @@ -122,10 +122,10 @@ install: all $(INSTALL_DIR) -m 755 $(SERVERROOT) echo Creating $(SERVERROOT)/interfaces... $(INSTALL_DIR) -m 755 $(SERVERROOT)/interfaces - -chgrp $CUPS_GROUP $(SERVERROOT)/interfaces + -chgrp $(CUPS_GROUP) $(SERVERROOT)/interfaces echo Creating $(SERVERROOT)/ppd... $(INSTALL_DIR) -m 755 $(SERVERROOT)/ppd - -chgrp $CUPS_GROUP $(SERVERROOT)/ppd + -chgrp $(CUPS_GROUP) $(SERVERROOT)/ppd echo Creating $(STATEDIR)... $(INSTALL_DIR) -m 755 $(STATEDIR) echo Creating $(STATEDIR)/certs...