mirror of
https://github.com/Zygo/bees.git
synced 2025-06-15 17:26:15 +02:00
Move bees to libexec install dir
When bees is meant to be run mainly through the service frontend script, we should move the bees binary to the libexec directory.
This commit is contained in:
2
Makefile
2
Makefile
@ -28,7 +28,7 @@ README.html: README.md
|
||||
install: ## Install bees + libs
|
||||
install: lib src test
|
||||
install -Dm644 lib/libcrucible.so $(PREFIX)/usr/lib/libcrucible.so
|
||||
install -Dm755 bin/bees $(PREFIX)/usr/bin/bees
|
||||
install -Dm755 bin/bees $(PREFIX)/usr/libexec/bees
|
||||
|
||||
install_scripts: ## Install scipts
|
||||
install -Dm755 scripts/beesd $(PREFIX)/usr/bin/beesd
|
||||
|
Reference in New Issue
Block a user