mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 21:35:45 +02:00
Makefile: depend install_scripts on scripts
For consistency with the other install target, let's depend install_scripts on its build targets. Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
parent
b959af1a15
commit
8e2139d6ed
2
Makefile
2
Makefile
@ -40,7 +40,7 @@ install: lib src test
|
||||
install -Dm755 bin/bees $(LIBEXEC_PREFIX)/bees
|
||||
|
||||
install_scripts: ## Install scipts
|
||||
install_scripts:
|
||||
install_scripts: scripts
|
||||
install -Dm755 scripts/beesd $(PREFIX)/usr/sbin/beesd
|
||||
install -Dm644 scripts/beesd.conf.sample $(PREFIX)/etc/bees/beesd.conf.sample
|
||||
install -Dm644 scripts/beesd@.service $(PREFIX)/lib/systemd/system/beesd@.service
|
||||
|
Loading…
x
Reference in New Issue
Block a user