b8d820e99f
HPLIP version upgrade to 3.13.2. OBS-URL: https://build.opensuse.org/request/show/155552 OBS-URL: https://build.opensuse.org/package/show/Printing/hplip?expand=0&rev=63
43 lines
1.5 KiB
Diff
43 lines
1.5 KiB
Diff
--- Makefile.am.disable-chgrp_lp.diff.applied 2013-02-15 15:18:08.000000000 +0100
|
|
+++ Makefile.am 2013-02-15 15:21:13.000000000 +0100
|
|
@@ -110,8 +110,8 @@ hp_mkuri_LDADD = -ldl libhpmud.la
|
|
hp_mkuri_CFLAGS = -DCONFDIR=\"$(hplip_confdir)\"
|
|
|
|
# cron files
|
|
-crondir = /etc/cron.daily
|
|
-dist_cron_DATA = data/rules/hplip_cron
|
|
+#crondir = /etc/cron.daily
|
|
+#dist_cron_DATA = data/rules/hplip_cron
|
|
|
|
# hpmud.rules
|
|
rulesdir = /etc/udev/rules.d
|
|
@@ -584,17 +584,17 @@ if HPLIP_BUILD
|
|
chmod 1775 $(DESTDIR)$(hplip_tmpdir)
|
|
endif #FULL_BUILD
|
|
|
|
-install-dist_cronDATA:$(dist_cron_DATA)
|
|
- test -z "$(DESTDIR)$(crondir)" || $(MKDIR_P) "$(DESTDIR)$(crondir)"; \
|
|
- list='$(dist_cron_DATA)'; test -n "$(crondir)" || list=; \
|
|
- for p in $$list; do \
|
|
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
- echo "$$d$$p"; \
|
|
- done | $(am__base_list) | \
|
|
- while read files; do \
|
|
- echo " $(INSTALL) -m755 $$files '$(DESTDIR)$(crondir)'"; \
|
|
- $(INSTALL) -m755 $$files "$(DESTDIR)$(crondir)" || exit $$?; \
|
|
- done
|
|
+#install-dist_cronDATA:$(dist_cron_DATA)
|
|
+# test -z "$(DESTDIR)$(crondir)" || $(MKDIR_P) "$(DESTDIR)$(crondir)"; \
|
|
+# list='$(dist_cron_DATA)'; test -n "$(crondir)" || list=; \
|
|
+# for p in $$list; do \
|
|
+# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
+# echo "$$d$$p"; \
|
|
+# done | $(am__base_list) | \
|
|
+# while read files; do \
|
|
+# echo " $(INSTALL) -m755 $$files '$(DESTDIR)$(crondir)'"; \
|
|
+# $(INSTALL) -m755 $$files "$(DESTDIR)$(crondir)" || exit $$?; \
|
|
+# done
|
|
|
|
install-data-hook:
|
|
if HPLIP_BUILD
|