diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-04-27 11:01:01 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-04-28 07:58:14 +0200 |
commit | 58bdabe1391f37a9a9e441ce42ef48bd11944843 (patch) | |
tree | 5e7bb24c7a43b126c93830b5fce7490bf7b41b2f /Makefile | |
parent | d32a3ed292b14f93edf3346cc6dd899c1f33832b (diff) | |
download | vyos-live-build-58bdabe1391f37a9a9e441ce42ef48bd11944843.tar.gz vyos-live-build-58bdabe1391f37a9a9e441ce42ef48bd11944843.zip |
Moving cgi to its own source package.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |