summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-07-09 18:22:14 +0200
committerDaniel Baumann <daniel@debian.org>2012-07-09 18:22:14 +0200
commit223b81fb28966809c30a5101059d404652b02e4b (patch)
tree3bf6fbaa55b1d74d695cf1c1b63ec140253049f5 /Makefile
parent3cd505f7d4b2650d346e00e7f305328f26233674 (diff)
downloadvyos-live-build-223b81fb28966809c30a5101059d404652b02e4b.tar.gz
vyos-live-build-223b81fb28966809c30a5101059d404652b02e4b.zip
Removing discontinued live-build-cron autobuilder (Closes: #672379).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d6a16e1b9..ce2fa29fe 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ SHELL := sh -e
LANGUAGES = $(shell cd manpages/po && ls)
-SCRIPTS = frontends/cgi/live-build-cgi frontends/cgi/live-build-cgi.cron frontends/cron/live-build-cron* functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/* share/hooks/*
+SCRIPTS = frontends/cgi/live-build-cgi frontends/cgi/live-build-cgi.cron functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/* share/hooks/*
all: build
@@ -46,7 +46,6 @@ install:
# Installing executables
mkdir -p $(DESTDIR)/usr/bin
mv $(DESTDIR)/usr/share/live/build/scripts/build/lb $(DESTDIR)/usr/share/live/build/scripts/build/live-build $(DESTDIR)/usr/bin
- cp frontends/cron/live-* $(DESTDIR)/usr/bin
# Installing documentation
mkdir -p $(DESTDIR)/usr/share/doc/live-build