summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 14:46:41 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:05 +0100
commit140b179f0ff73f3cc1c081f6e6641417a5a0788d (patch)
tree481a5081c3c1b261b3f36bcde87cdcc8b45dcaf8 /Makefile
parent4328832d0d00e2d8f6608ae6db2e8a70a4a8571e (diff)
downloadlive-boot-140b179f0ff73f3cc1c081f6e6641417a5a0788d.tar.gz
live-boot-140b179f0ff73f3cc1c081f6e6641417a5a0788d.zip
Adding live-initramfs 1.99.1-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a3918eb..70f8b3a 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\\-08\\-27/2007\\-09\\-03/' \
- -e 's/27.08.2007/03.09.2007/' \
- -e 's/1.96.2/1.96.3/' \
+ sed -i -e 's/2007\\-09\\-03/2007\\-09\\-10/' \
+ -e 's/03.09.2007/10.09.2007/' \
+ -e 's/1.99.1/1.99.2/' \
$$FILE; \
done