From: Vincent Bernat Date: Sat, 13 Jul 2013 15:21:05 +0000 (+0200) Subject: osx: don't remove the whole /Library/LaunchDaemons directory on uninstall! X-Git-Tag: 0.7.7~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53c56a7a0fefedae637e61bdffcf8a8d79e6e71d;p=thirdparty%2Flldpd.git osx: don't remove the whole /Library/LaunchDaemons directory on uninstall! --- 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)