diff options
author | Daniel Reichelt <debian@nachtgeist.net> | 2015-07-26 14:31:59 +0200 |
---|---|---|
committer | Daniel Reichelt <debian@nachtgeist.net> | 2015-07-26 14:31:59 +0200 |
commit | f2c1f07ee4b1fb72b59ab2978014735ff5ae2e62 (patch) | |
tree | 12fc93b2623674ade541f81c36d768a2261ba09c /Makefile | |
parent | 2a400dc63ec7305c80dd072984a14839aed74501 (diff) | |
download | vyos-live-build-f2c1f07ee4b1fb72b59ab2978014735ff5ae2e62.tar.gz vyos-live-build-f2c1f07ee4b1fb72b59ab2978014735ff5ae2e62.zip |
Fix hook scripts location in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |