summaryrefslogtreecommitdiff
path: root/notifier
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2017-07-17 19:58:53 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2017-07-17 19:58:53 -0400
commitb94f7488e861c3119037efdf08257749fcce06b8 (patch)
tree69337d54eca699c6a330c4688a54d46e3bb8174b /notifier
parentd2d605ff778b36f672ff1881059510e806389a2d (diff)
downloadcups-b94f7488e861c3119037efdf08257749fcce06b8.tar.gz
Fix more issues with libtool support (Issue #5050)
Diffstat (limited to 'notifier')
-rw-r--r--notifier/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/notifier/Makefile b/notifier/Makefile
index 7ae928535..ffed312f4 100644
--- a/notifier/Makefile
+++ b/notifier/Makefile
@@ -60,7 +60,7 @@ install: all install-data install-headers install-libs install-exec
#
install-data:
- $(INSTALL_DIR) -m 775 -g $(LD_CUPS_GROUP) $(LD_CACHEDIR)/rss
+ $(INSTALL_DIR) -m 775 -g $(CUPS_GROUP) $(CACHEDIR)/rss
#
@@ -106,7 +106,7 @@ uninstall:
done
-$(RMDIR) $(SERVERBIN)/notifier
-$(RMDIR) $(SERVERBIN)
- -$(RMDIR) $(LD_CACHEDIR)/rss
+ -$(RMDIR) $(CACHEDIR)/rss
#