2013-02-15 16:38:15 +01:00
|
|
|
--- 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
|
2012-10-04 17:20:01 +02:00
|
|
|
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
|
2013-02-15 16:38:15 +01:00
|
|
|
@@ -584,17 +584,17 @@ if HPLIP_BUILD
|
|
|
|
chmod 1775 $(DESTDIR)$(hplip_tmpdir)
|
2012-10-04 17:20:01 +02:00
|
|
|
endif #FULL_BUILD
|
|
|
|
|
|
|
|
-install-dist_cronDATA:$(dist_cron_DATA)
|
|
|
|
- test -z "$(DESTDIR)$(crondir)" || $(MKDIR_P) "$(DESTDIR)$(crondir)"; \
|
2013-02-15 16:38:15 +01:00
|
|
|
- list='$(dist_cron_DATA)'; test -n "$(crondir)" || list=; \
|
2012-10-04 17:20:01 +02:00
|
|
|
- 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 $$?; \
|
2013-02-15 16:38:15 +01:00
|
|
|
- done
|
2012-10-04 17:20:01 +02:00
|
|
|
+#install-dist_cronDATA:$(dist_cron_DATA)
|
|
|
|
+# test -z "$(DESTDIR)$(crondir)" || $(MKDIR_P) "$(DESTDIR)$(crondir)"; \
|
2013-02-15 16:38:15 +01:00
|
|
|
+# list='$(dist_cron_DATA)'; test -n "$(crondir)" || list=; \
|
2012-10-04 17:20:01 +02:00
|
|
|
+# 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 $$?; \
|
2013-02-15 16:38:15 +01:00
|
|
|
+# done
|
2012-10-04 17:20:01 +02:00
|
|
|
|
|
|
|
install-data-hook:
|
|
|
|
if HPLIP_BUILD
|