summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-10-09 00:52:48 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:06 +0100
commit8cda0af62cb4b0c60f7f775c56b7fd2502b075a8 (patch)
tree1f591ce8c79268b78952ebc4fec61955461866f7 /Makefile
parent82798922dfc83dadb4855b9cf64d98157ffb68ed (diff)
downloadlive-boot-8cda0af62cb4b0c60f7f775c56b7fd2502b075a8.tar.gz
live-boot-8cda0af62cb4b0c60f7f775c56b7fd2502b075a8.zip
Preparing live-initramfs 1.110.2-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 8fdc89d..e638339 100644
--- a/Makefile
+++ b/Makefile
@@ -108,10 +108,10 @@ uninstall:
update:
set -e; for FILE in docs/parameters.txt; \
do \
- sed -i -e 's/2007\\-10\\-08/2007\\-10\\-15/' \
- -e 's/2007-10-08/2007-10-15/' \
- -e 's/09.10.2007/15.10.2007/' \
- -e 's/1.110.1/1.110.2/' \
+ sed -i -e 's/2007\\-15\\-08/2007\\-10\\-22/' \
+ -e 's/2007-15-08/2007-10-22/' \
+ -e 's/15.10.2007/22.10.2007/' \
+ -e 's/1.110.2/1.110.3/' \
$$FILE; \
done