summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 14:05:13 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:26 +0100
commita63876a8d71f5497d8449704f377ba38a0b5e457 (patch)
tree6b7b9f73f37dbbf65dde9b8aa8d29ff2d7395c39 /Makefile
parent1ab7ef70e940e7eccab017f3fb1353495afc668d (diff)
downloadlive-build-a63876a8d71f5497d8449704f377ba38a0b5e457.zip
live-build-a63876a8d71f5497d8449704f377ba38a0b5e457.tar.gz
Preparing live-helper 1.0~a29-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 34afea1..c3dc65f 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\\-09\\-17/2007\\-09\\-24/' \
- -e 's/17.09.2007/24.09.2007/' \
- -e 's/1.0~a28/1.0~a29/' \
+ sed -i -e 's/2007\\-09\\-24/2007\\-10\\-01/' \
+ -e 's/24.09.2007/01.10.2007/' \
+ -e 's/1.0~a29/1.0~a30/' \
$$FILE; \
done