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>2011-03-09 18:22:27 +0100
commitdfac8e00f437cd165b2c664469579609f6d57e8b (patch)
treea85de6c2d4281227784dacd9b7d95ad816a0fbcf /Makefile
parentad0b19f004a2ad994d5f67dcb4543f49db18d2cd (diff)
downloadlive-build-dfac8e00f437cd165b2c664469579609f6d57e8b.zip
live-build-dfac8e00f437cd165b2c664469579609f6d57e8b.tar.gz
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 aa9f62f..f1da96f 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