From 5af91fc0052cabeee956c8b0b3c61299d85f795e Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 31 Jul 2008 14:35:22 +0200 Subject: [PATCH] Install /Library/LaunchDaemons/de.barton.ngircd.plist into $(DESTDIR) --- contrib/MacOSX/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/MacOSX/Makefile.am b/contrib/MacOSX/Makefile.am index 306e41f1..4d49087b 100644 --- a/contrib/MacOSX/Makefile.am +++ b/contrib/MacOSX/Makefile.am @@ -36,7 +36,9 @@ install-sys-darwin: fi install-sys-darwin-root: de.barton.ngircd.plist - install -c -m 644 -b -o root -g wheel de.barton.ngircd.plist /Library/LaunchDaemons/de.barton.ngircd.plist + install -d -m 755 -o root -g wheel $(DESTDIR)/Library/LaunchDaemons + install -c -m 644 -b -o root -g wheel de.barton.ngircd.plist \ + $(DESTDIR)/Library/LaunchDaemons/de.barton.ngircd.plist @echo @echo " ** \"/Library/LaunchDaemons/de.barton.ngircd.plist\" has been installed," @echo " ** but is disabled. Use launchctl(8) to enable/run ngIRCd on Darwin/Mac OS X." -- 2.39.2