43 lines
1.5 KiB
Diff
43 lines
1.5 KiB
Diff
|
--- Makefile.am.after-no-chgrp_lp_hplip_Logdir.diff 2012-09-28 15:17:30.000000000 +0200
|
||
|
+++ Makefile.am 2012-09-28 15:19:34.000000000 +0200
|
||
|
@@ -107,8 +107,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
|
||
|
@@ -573,17 +573,17 @@ if HPLIP_BUILD
|
||
|
chmod 1774 $(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
|