diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:18 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:26 +0100 |
commit | 28dac4f4381e67febcf7612059340d51c667fa52 (patch) | |
tree | 3e333d0f2f1fbf89a394dfb1c536e0aa3ac231c6 /Makefile | |
parent | 0d0de885e32ff67d57bb7def451b62d75b8920ab (diff) | |
download | vyos-live-build-28dac4f4381e67febcf7612059340d51c667fa52.tar.gz vyos-live-build-28dac4f4381e67febcf7612059340d51c667fa52.zip |
Adding live-helper 1.0~a23-1.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -91,9 +91,9 @@ uninstall: update: set -e; for FILE in functions/*.sh examples/cron/*.sh manpages/*.de.* manpages/*.en.*; \ do \ - sed -i -e 's/2007\\-07\\-30/2007\\-08\\-06/' \ - -e 's/30.07.2007/06.08.2007/' \ - -e 's/1.0~a21/1.0~a22/' \ + sed -i -e 's/2007\\-08\\-13/2007\\-08\\-20/' \ + -e 's/13.08.2007/20.08.2007/' \ + -e 's/1.0~a23/1.0~a24/' \ $$FILE; \ done |