summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 17:22:21 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:27 +0100
commitc97af171dd74d5237bc89433c3a8fbd535203d03 (patch)
tree2470679113d91c11081c1660908ded6b31d68994 /Makefile
parentfe5471488981e9e7c2cd5a824c15739704ac3eac (diff)
downloadlive-build-c97af171dd74d5237bc89433c3a8fbd535203d03.zip
live-build-c97af171dd74d5237bc89433c3a8fbd535203d03.tar.gz
Preparing live-helper 1.0~a30-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c3dc65f..97e4bdc 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\\-24/2007\\-10\\-01/' \
- -e 's/24.09.2007/01.10.2007/' \
- -e 's/1.0~a29/1.0~a30/' \
+ sed -i -e 's/2007\\-10\\-01/2007\\-10\\-08/' \
+ -e 's/08.10.2007/08.10.2007/' \
+ -e 's/1.0~a30/1.0~a31/' \
$$FILE; \
done