repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 5af91fc0052cabeee956c8b0b3c61299d85f795e:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 5af91fc0052cabeee956c8b0b3c61299d85f795e
Author: Alexander Barton 
Date:   Thu Jul 31 14:35:22 2008 +0200

    Install /Library/LaunchDaemons/de.barton.ngircd.plist into $(DESTDIR)

diff --git a/contrib/MacOSX/Makefile.am b/contrib/MacOSX/Makefile.am
index 306e41f152a4ab6c50a470166c6128d4e05720d2..
index ..4d49087b27c138dbaa8d56b54ae1f994b83015bb 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."

-----END OF PAGE-----