summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-10-09 21:36:27 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:27 +0100
commit8905bb89496458cf375a99a0a9e212570995b41f (patch)
tree6b7ef16fd346a7d4391d41e230f27c8320fdfd94 /Makefile
parent0c188a79ba1997b16a766747db456ad6aaeaac3f (diff)
downloadlive-build-8905bb89496458cf375a99a0a9e212570995b41f.zip
live-build-8905bb89496458cf375a99a0a9e212570995b41f.tar.gz
Preparing live-helper 1.0~a32-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 81a6e28..aa9f62f 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\\-08/2007\\-10\\-15/' \
- -e 's/08.10.2007/15.10.2007/' \
- -e 's/1.0~a31/1.0~a32/' \
+ 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/' \
$$FILE; \
done