summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 14:46:39 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:05 +0100
commit74f8c4c954a06ebc99be06ad8b77e0ef0880b30e (patch)
treef486a73895421b19c997db51edb5ee5440bc6feb /Makefile
parentf95e8bc85bf9ba4a5eeacae3406197dc0df4f717 (diff)
downloadlive-boot-74f8c4c954a06ebc99be06ad8b77e0ef0880b30e.tar.gz
live-boot-74f8c4c954a06ebc99be06ad8b77e0ef0880b30e.zip
Adding live-initramfs 1.91.2-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 40fcf7b..0121a19 100644
--- a/Makefile
+++ b/Makefile
@@ -117,8 +117,8 @@ uninstall:
update:
set -e; for MANPAGE in manpages/*.en.*; \
do \
- sed -i -e 's/2007\\-06\\-11/2007\\-06\\-18/' \
- -e 's/1.91.1/1.91.2/' \
+ sed -i -e 's/2007\\-06\\-25/2007\\-07\\-02/' \
+ -e 's/1.91.2/1.91.3/' \
$$MANPAGE; \
done