summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 14:46:40 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:05 +0100
commitd0fbcc9b3747ab4339f7487e7d845b467962139c (patch)
tree73dc1c91ac6cd8a1aac1b795d0359a10470f4ee3 /Makefile
parent833abaa35c3a77075dd57f3f1a3633d79109a5b4 (diff)
downloadlive-boot-d0fbcc9b3747ab4339f7487e7d845b467962139c.tar.gz
live-boot-d0fbcc9b3747ab4339f7487e7d845b467962139c.zip
Adding live-initramfs 1.95.1-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 73f8d63..aec6d74 100644
--- a/Makefile
+++ b/Makefile
@@ -108,9 +108,9 @@ uninstall:
update:
set -e; for FILE in docs/parameters.txt manpages/*.en.*; \
do \
- sed -i -e 's/2007\\-07\\-23/2007\\-07\\-30/' \
- -e 's/23.07.2007/30.07.2007/' \
- -e 's/1.91.6/1.91.7/' \
+ sed -i -e 's/2007\\-07\\-30/2007\\-08\\-06/' \
+ -e 's/30.07.2007/06.08.2007/' \
+ -e 's/1.95.1/1.95.2/' \
$$FILE; \
done