summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-10-18 22:49:30 +0200
committerDaniel Baumann <daniel@debian.org>2007-10-18 22:49:30 +0200
commit9994d4494ebeee08f5b9af45f3a916295b922fb8 (patch)
treea85de6c2d4281227784dacd9b7d95ad816a0fbcf /Makefile
parentef6b9c5d76d6388c00f96caf18d512e1544cad3b (diff)
downloadvyos-live-build-9994d4494ebeee08f5b9af45f3a916295b922fb8.tar.gz
vyos-live-build-9994d4494ebeee08f5b9af45f3a916295b922fb8.zip
Preparing live-helper 1.0~a33-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index aa9f62fb9..f1da96f40 100644
--- a/Makefile
+++ b/Makefile
@@ -91,9 +91,9 @@ uninstall:
update:
set -e; for FILE in functions/*.sh examples/cron/*.sh manpages/*.de.* manpages/*.en.*; \
do \
- sed -i -e 's/2007\\-10\\-15/2007\\-10\\-22/' \
- -e 's/15.10.2007/22.10.2007/' \
- -e 's/1.0~a32/1.0~a33/' \
+ sed -i -e 's/2007\\-10\\-22/2007\\-10\\-29/' \
+ -e 's/22.10.2007/29.10.2007/' \
+ -e 's/1.0~a33/1.0~a34/' \
$$FILE; \
done