]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
osx: don't remove the whole /Library/LaunchDaemons directory on uninstall!
authorVincent Bernat <bernat@luffy.cx>
Sat, 13 Jul 2013 15:21:05 +0000 (17:21 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sat, 13 Jul 2013 15:21:05 +0000 (17:21 +0200)
osx/Makefile.am

index bb03ec8baa0326ca0922d617194f7bed43c7f8b8..d924c87a4d584976cad705546cafe1752dd2f3c6 100644 (file)
@@ -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)