X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=a9b99914bbf09bd1b6fd9781e7e7f2a6d4942128;hb=refs%2Ftags%2Fdebian%2F1.91.4-1;hp=a389356947e4829bc3d0ac895a8f4447070e0932;hpb=fccfd0920ef2d0177d26e76dcfcd132cf53d6988;p=live-boot-grml.git diff --git a/Makefile b/Makefile index a389356..a9b9991 100644 --- a/Makefile +++ b/Makefile @@ -118,9 +118,9 @@ uninstall: update: set -e; for MANPAGE in manpages/*.en.*; \ do \ - sed -i -e 's/2007\\-06\\-25/2007\\-07\\-02/' \ - -e 's/25.06.2007/02.07.2007/' \ - -e 's/1.91.2/1.91.3/' \ + 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; \ done