summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-10-31 14:08:36 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:06 +0100
commite4600718c0770e9e8165a0a1c0b3d5ab83038971 (patch)
tree73b13c8056abcdd0a4012e381a4448b471adbfaf /Makefile
parent95732e69457db71de28251965c3709d198198d5c (diff)
downloadlive-boot-e4600718c0770e9e8165a0a1c0b3d5ab83038971.tar.gz
live-boot-e4600718c0770e9e8165a0a1c0b3d5ab83038971.zip
Preparing live-initramfs 1.110.5-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 347d449..ab5403f 100644
--- a/Makefile
+++ b/Makefile
@@ -104,10 +104,10 @@ uninstall:
update:
set -e; for FILE in docs/parameters.txt; \
do \
- sed -i -e 's/2007\\-10\\-29/2007\\-11\\-05/' \
- -e 's/2007-10-29/2007-11-05/' \
- -e 's/29.10.2007/05.11.2007/' \
- -e 's/1.110.4/1.110.5/' \
+ sed -i -e 's/2007\\-11\\-05/2007\\-11\\-12/' \
+ -e 's/2007-11-05/2007-11-12/' \
+ -e 's/05.11.2007/12.11.2007/' \
+ -e 's/1.110.5/1.110.6/' \
$$FILE; \
done