summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-11-13 13:53:47 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:06 +0100
commit9b553f78291b226c279f96d55b5cc31fc9f8416f (patch)
treeceafe8ad8309dfa6a61f2f6c27716614cd6f8ef2 /Makefile
parentc65af82ee5a24b4d6ccf670f14ae02c55084098a (diff)
downloadlive-boot-9b553f78291b226c279f96d55b5cc31fc9f8416f.tar.gz
live-boot-9b553f78291b226c279f96d55b5cc31fc9f8416f.zip
Preparing live-initramfs 1.110.7-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index dd60498..58fa660 100644
--- a/Makefile
+++ b/Makefile
@@ -113,10 +113,10 @@ uninstall:
update:
set -e; for FILE in docs/parameters.txt; \
do \
- sed -i -e 's/2007\\-11\\-12/2007\\-11\\-19/' \
- -e 's/2007-11-12/2007-11-19/' \
- -e 's/12.11.2007/19.11.2007/' \
- -e 's/1.110.6/1.110.7/' \
+ sed -i -e 's/2007\\-11\\-19/2007\\-11\\-26/' \
+ -e 's/2007-11-19/2007-11-26/' \
+ -e 's/19.11.2007/26.11.2007/' \
+ -e 's/1.110.7/1.110.8/' \
$$FILE; \
done