From 53c56a7a0fefedae637e61bdffcf8a8d79e6e71d Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 13 Jul 2013 17:21:05 +0200 Subject: [PATCH] osx: don't remove the whole /Library/LaunchDaemons directory on uninstall! --- osx/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx/Makefile.am b/osx/Makefile.am index bb03ec8b..d924c87a 100644 --- a/osx/Makefile.am +++ b/osx/Makefile.am @@ -61,7 +61,7 @@ install-data-local: install -m 0755 -d $(DESTDIR)/Library/LaunchDaemons install -m 0644 im.bernat.lldpd.plist $(DESTDIR)/Library/LaunchDaemons uninstall-local: - rm -rf $(DESTDIR)/Library/LaunchDaemons + rm -f $(DESTDIR)/Library/LaunchDaemons/im.bernat.lldpd.plist clean-local: rm -rf $(ARCHS) rm -rf $(PKG_DIR) -- 2.39.5