From f2c1f07ee4b1fb72b59ab2978014735ff5ae2e62 Mon Sep 17 00:00:00 2001 From: Daniel Reichelt Date: Sun, 26 Jul 2015 14:31:59 +0200 Subject: [PATCH] Fix hook scripts location in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77d134982..3c2c2fc8c 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL := sh -e LANGUAGES = $(shell cd manpages/po && ls) -SCRIPTS = frontend/* functions/* examples/auto/* examples/hooks/* scripts/*.sh scripts/*/* share/bin/* share/hooks/* +SCRIPTS = frontend/* functions/* examples/auto/* examples/hooks/* scripts/*.sh scripts/*/* share/bin/* share/hooks/normal/* share/hooks/live/* all: build