diff options
author | Daniel Baumann <daniel@debian.org> | 2011-08-08 20:32:10 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-08-08 20:32:14 +0200 |
commit | ca8baa892f082d2da121e597770b5ef6db118f55 (patch) | |
tree | 07b3a64b1b6583c05187e8723410b627c8195391 /Makefile | |
parent | 5b9c2c23df24e75a61cace8e26e36dbff2aae707 (diff) | |
download | vyos-live-build-ca8baa892f082d2da121e597770b5ef6db118f55.tar.gz vyos-live-build-ca8baa892f082d2da121e597770b5ef6db118f55.zip |
Renaming cgi files within the sources to consistently use the name live-build-cgi.
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 = cgi/* cron/* functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/* share/hooks/* +SCRIPTS = cgi/live-build-cgi cgi/live-build-cgi.cron cron/* functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/* share/hooks/* all: build |