summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-10-29 11:57:24 +0100
committerDaniel Baumann <daniel@debian.org>2007-10-29 11:57:24 +0100
commit48eb8f7ba78bd308e98346428b6c7d69a42eccc9 (patch)
tree9db0283e48a0ccc9e82c361de31ff005062cf473 /Makefile
parent4f3f3c45b0b10375199723fce6447641324ffb15 (diff)
downloadvyos-live-build-48eb8f7ba78bd308e98346428b6c7d69a42eccc9.tar.gz
vyos-live-build-48eb8f7ba78bd308e98346428b6c7d69a42eccc9.zip
Preparing live-helper 1.0~a34-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f1da96f40..61a5e383b 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\\-22/2007\\-10\\-29/' \
- -e 's/22.10.2007/29.10.2007/' \
- -e 's/1.0~a33/1.0~a34/' \
+ sed -i -e 's/2007\\-10\\-29/2007\\-11\\-05/' \
+ -e 's/29.10.2007/05.11.2007/' \
+ -e 's/1.0~a34/1.0~a35/' \
$$FILE; \
done