summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-10-18 22:55:56 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:06 +0100
commit6bfe95a7c93d84d0a2f9071bbe3809c173287402 (patch)
treeefa5a633ddaf313e96a0ab86cc1691464e648fb3 /Makefile
parentbcb57ad3afaefc543f3a6574ca624e06bd19098b (diff)
downloadlive-boot-6bfe95a7c93d84d0a2f9071bbe3809c173287402.tar.gz
live-boot-6bfe95a7c93d84d0a2f9071bbe3809c173287402.zip
Preparing live-initramfs 1.110.3-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e638339..a0bfbcf 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\\-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/' \
+ sed -i -e 's/2007\\-10\\-22/2007\\-10\\-29/' \
+ -e 's/2007-10-22/2007-10-29/' \
+ -e 's/22.10.2007/29.10.2007/' \
+ -e 's/1.110.3/1.110.4/' \
$$FILE; \
done