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
commitf92e88f44e35a6e103b607a06d9fe69b9c20a53d (patch)
tree0e25858f288aa70bcad32416fdf5403e615d26a1 /Makefile
parentd9ba94a9c03bae6905ff08ece35751eab82781a1 (diff)
downloadlive-boot-f92e88f44e35a6e103b607a06d9fe69b9c20a53d.tar.gz
live-boot-f92e88f44e35a6e103b607a06d9fe69b9c20a53d.zip
Adding live-initramfs 1.91.5-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index a9b9991..c481eef 100644
--- a/Makefile
+++ b/Makefile
@@ -116,12 +116,12 @@ uninstall:
rm -f $(DESTDIR)/usr/share/man/man7/live-login.7.gz
update:
- set -e; for MANPAGE in manpages/*.en.*; \
+ set -e; for FILE in docs/parameters.txt manpages/*.en.*; \
do \
- sed -i -e 's/2007\\-07\\-02/2007\\-07\\-09/' \
- -e 's/02.07.2007/09.07.2007/' \
- -e 's/1.91.3/1.91.4/' \
- $$MANPAGE; \
+ sed -i -e 's/2007\\-07\\-16/2007\\-07\\-23/' \
+ -e 's/16.07.2007/23.07.2007/' \
+ -e 's/1.91.5/1.91.6/' \
+ $$FILE; \
done
clean: