summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:05:12 +0200
committerDaniel Baumann <daniel@debian.org>2007-09-23 10:05:12 +0200
commitb88a20b5ddd2c64c9b1f072905dce8eb9e09fc0d (patch)
treea066f2620ba741d786b628d1f9d56bcf38cbd8ea /Makefile
parentce2db1b609a7e94ecad2cd1289ea8158c55a97fc (diff)
downloadvyos-live-build-b88a20b5ddd2c64c9b1f072905dce8eb9e09fc0d.tar.gz
vyos-live-build-b88a20b5ddd2c64c9b1f072905dce8eb9e09fc0d.zip
Adding live-helper 1.0~a16-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index cf41d4f19..cb7258efd 100644
--- a/Makefile
+++ b/Makefile
@@ -91,15 +91,15 @@ uninstall:
update:
set -e; for MANPAGE in manpages/*.de.* manpages/*.en.*; \
do \
- sed -i -e 's/2007\\-06\\-11/2007\\-06\\-18/' \
- -e 's/11.06.2007/18.06.2007/' \
- -e 's/1.0~a14/1.0~a15/' \
+ sed -i -e 's/2007\\-06\\-25/2007\\-07\\-02/' \
+ -e 's/25.06.2007/02.07.2007/' \
+ -e 's/1.0~a16/1.0~a17/' \
$$MANPAGE; \
done
set -e; for SCRIPT in functions/*.sh examples/cron/*.sh; \
do \
- sed -i -e 's/1.0~a14/1.0~a15/' $$SCRIPT; \
+ sed -i -e 's/1.0~a16/1.0~a17/' $$SCRIPT; \
done
clean: