]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - conf/Makefile
Remove svn:keywords since they cause svn_load_dirs.pl to complain about every file.
[thirdparty/cups.git] / conf / Makefile
index e806900af7af0fe2dd71c0ab6c546b932d6d27f8..5951bb7fbcdfffc0fd737afcbf72ea5ed73f3719 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $"
+# "$Id: Makefile 177 2006-06-21 00:20:03Z jlovell $"
 #
 #   Configuration file makefile for the Common UNIX Printing System (CUPS).
 #
@@ -74,8 +74,7 @@ install:      all
                if test -r $(SERVERROOT)/$$file ; then \
                        $(MV) $(SERVERROOT)/$$file $(SERVERROOT)/$$file.O ; \
                fi ; \
-               $(INSTALL_CONFIG) $$file $(SERVERROOT) ; \
-               chgrp $(CUPS_GROUP) $(SERVERROOT)/$$file || true; \
+               $(INSTALL_DATA) $$file $(SERVERROOT) ; \
        done
        -if test x$(PAMDIR) != x; then \
                $(INSTALL_DIR) -m 755 $(BUILDROOT)$(PAMDIR); \
@@ -103,5 +102,5 @@ uninstall:
 
 
 #
-# End of "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $".
+# End of "$Id: Makefile 177 2006-06-21 00:20:03Z jlovell $".
 #