1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-05-08 04:59:37 +02:00

Makefile: make service install compatible with debian systems

Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
Dieser Commit ist enthalten in:
Timofey Titovets
2017-01-30 05:29:28 +03:00
Ursprung 4113a171be
Commit 82b3ba76fa
+1 -1
Datei anzeigen
@@ -30,7 +30,7 @@ install: lib src test
install_scripts: ## Install scipts
install -Dm755 scripts/beesd $(PREFIX)/usr/bin/beesd
install -Dm644 scripts/beesd.conf.sample $(PREFIX)/etc/bees/beesd.conf.sample
install -Dm644 scripts/beesd@.service $(PREFIX)/usr/lib/systemd/system/beesd@.service
install -Dm644 scripts/beesd@.service $(PREFIX)/lib/systemd/system/beesd@.service
help: ## Show help
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##/\t/'