diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-08-10 19:20:23 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-08-10 19:20:23 +0200 |
commit | 708c4547768ed30d812ecce63b02fa018aa7b44a (patch) | |
tree | 0cd9c62a1539e0e37ad46b7b4c3a8389818a5e18 /Makefile | |
parent | f2c1f07ee4b1fb72b59ab2978014735ff5ae2e62 (diff) | |
download | vyos-live-build-708c4547768ed30d812ecce63b02fa018aa7b44a.tar.gz vyos-live-build-708c4547768ed30d812ecce63b02fa018aa7b44a.zip |
Simplify hooks pattern 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/normal/* share/hooks/live/* +SCRIPTS = frontend/* functions/* examples/auto/* examples/hooks/* scripts/*.sh scripts/*/* share/bin/* share/hooks/*/* all: build |