summaryrefslogtreecommitdiff
path: root/package/cups/patches/patch-conf_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-24 18:14:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-24 18:14:45 +0100
commit597ca4669b46029b13bcd79c37a7cdb3adf357cf (patch)
treeeeb49538f03edbfe1481d18c6629a1cd4eb640a4 /package/cups/patches/patch-conf_Makefile
parent103810049b157dc809c82a0136e23fe4276b9750 (diff)
fix cups header dependency, need to rework cups package later, update to latest upstream
Diffstat (limited to 'package/cups/patches/patch-conf_Makefile')
-rw-r--r--package/cups/patches/patch-conf_Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/package/cups/patches/patch-conf_Makefile b/package/cups/patches/patch-conf_Makefile
deleted file mode 100644
index f3ae5c8dd..000000000
--- a/package/cups/patches/patch-conf_Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
---- cups-1.4.2.orig/conf/Makefile 2009-09-22 23:53:31.000000000 +0200
-+++ cups-1.4.2/conf/Makefile 2009-11-19 22:02:20.000000000 +0100
-@@ -72,12 +72,12 @@ install: all install-data install-header
- install-data:
- for file in $(KEEP); do \
- if test -r $(SERVERROOT)/$$file ; then \
-- $(INSTALL_CONFIG) -g $(CUPS_GROUP) $$file $(SERVERROOT)/$$file.N ; \
-+ $(INSTALL_CONFIG) $$file $(SERVERROOT)/$$file.N ; \
- else \
-- $(INSTALL_CONFIG) -g $(CUPS_GROUP) $$file $(SERVERROOT) ; \
-+ $(INSTALL_CONFIG) $$file $(SERVERROOT) ; \
- fi ; \
- done
-- $(INSTALL_CONFIG) -g $(CUPS_GROUP) cupsd.conf $(SERVERROOT)/cupsd.conf.default
-+ $(INSTALL_CONFIG) cupsd.conf $(SERVERROOT)/cupsd.conf.default
- $(INSTALL_DIR) -m 755 $(DATADIR)/mime
- for file in $(REPLACE); do \
- if test -r $(DATADIR)/mime/$$file ; then \