From 82b3ba76fa4ea2fba82c7343e831af3139e9cb9b Mon Sep 17 00:00:00 2001 From: Timofey Titovets Date: Mon, 30 Jan 2017 05:29:28 +0300 Subject: [PATCH] Makefile: make service install compatible with debian systems Signed-off-by: Timofey Titovets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff399bd..4cc6576 100644 --- a/Makefile +++ b/Makefile @@ -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/'