From 749b1e90a80fd8245f9cb84d2f78ab65034eeb81 Mon Sep 17 00:00:00 2001 From: msweet Date: Wed, 30 Jul 2008 23:42:12 +0000 Subject: Merge changes from CUPS 1.4svn-r7817. git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@901 a1ca3aef-8c08-0410-bb20-df032aa958be --- notifier/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'notifier') diff --git a/notifier/Makefile b/notifier/Makefile index 4f05e374f..90b51b4d7 100644 --- a/notifier/Makefile +++ b/notifier/Makefile @@ -58,9 +58,7 @@ install-data: -chgrp $(CUPS_GROUP) $(CACHEDIR)/rss if test "x$(SYMROOT)" != "x"; then \ $(INSTALL_DIR) $(SYMROOT); \ - for file in $(TARGETS); do \ - cp $$file $(SYMROOT); \ - done \ + cp mailto rss $(SYMROOT); \ fi @@ -70,9 +68,8 @@ install-data: install-exec: $(INSTALL_DIR) -m 755 $(SERVERBIN)/notifier - for file in $(TARGETS); do \ - $(INSTALL_BIN) $$file $(SERVERBIN)/notifier; \ - done + $(INSTALL_BIN) mailto $(SERVERBIN)/notifier + $(INSTALL_BIN) rss $(SERVERBIN)/notifier # -- cgit v1.2.1