mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-12 01:40:27 +00:00
Install /Library/LaunchDaemons/de.barton.ngircd.plist into $(DESTDIR)
This commit is contained in:
parent
ccbbd7d1a5
commit
5af91fc005
@ -36,7 +36,9 @@ install-sys-darwin:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
install-sys-darwin-root: de.barton.ngircd.plist
|
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
|
||||||
@echo " ** \"/Library/LaunchDaemons/de.barton.ngircd.plist\" has been installed,"
|
@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."
|
@echo " ** but is disabled. Use launchctl(8) to enable/run ngIRCd on Darwin/Mac OS X."
|
||||||
|
Loading…
Reference in New Issue
Block a user