summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-04-27 11:01:01 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2015-04-28 07:58:14 +0200
commit58bdabe1391f37a9a9e441ce42ef48bd11944843 (patch)
tree5e7bb24c7a43b126c93830b5fce7490bf7b41b2f /Makefile
parentd32a3ed292b14f93edf3346cc6dd899c1f33832b (diff)
downloadvyos-live-build-58bdabe1391f37a9a9e441ce42ef48bd11944843.tar.gz
vyos-live-build-58bdabe1391f37a9a9e441ce42ef48bd11944843.zip
Moving cgi to its own source package.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d79c79aac..f867c6b3e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ SHELL := sh -e
LANGUAGES = $(shell cd manpages/po && ls)
-SCRIPTS = frontend/cli/* frontend/cgi/live-build-cgi frontend/cgi/live-build-cgi.cron functions/* examples/auto/* examples/hooks/* scripts/*.sh scripts/*/* share/bin/* share/hooks/*
+SCRIPTS = frontend/cli/* functions/* examples/auto/* examples/hooks/* scripts/*.sh scripts/*/* share/bin/* share/hooks/*
all: build
@@ -40,7 +40,7 @@ build:
install:
# Installing shared data
mkdir -p $(DESTDIR)/usr/share/live/build
- cp -r frontend/cgi data functions templates VERSION $(DESTDIR)/usr/share/live/build
+ cp -r data functions templates VERSION $(DESTDIR)/usr/share/live/build
cp -r share/* $(DESTDIR)/usr/share/live/build
# Installing executables