From 8e2139d6edd8e2c57da7695da884bcbf541f338e Mon Sep 17 00:00:00 2001 From: Kai Krakow Date: Tue, 9 Jan 2018 01:51:18 +0100 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7fa6d05..24fbdaf 100644 --- a/Makefile +++ b/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