Fix hook scripts location in Makefile

This commit is contained in:
Daniel Reichelt 2015-07-26 14:31:59 +02:00
parent 2a400dc63e
commit f2c1f07ee4
1 changed files with 1 additions and 1 deletions

View File

@ -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