Fix hook scripts location in Makefile
This commit is contained in:
parent
2a400dc63e
commit
f2c1f07ee4
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ SHELL := sh -e
|
||||||
|
|
||||||
LANGUAGES = $(shell cd manpages/po && ls)
|
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
|
all: build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue