diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:15 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:15 +0200 |
commit | 9a280c0dc1591777bc5014ef6450a8cef7eb033a (patch) | |
tree | 324691f4f851c719b864229b399584f035b2873f /Makefile | |
parent | 615360e7ad327a88578dcaea7d0d677c840c94fb (diff) | |
download | vyos-live-build-9a280c0dc1591777bc5014ef6450a8cef7eb033a.tar.gz vyos-live-build-9a280c0dc1591777bc5014ef6450a8cef7eb033a.zip |
Adding live-helper 1.0~a19-1.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -89,17 +89,12 @@ uninstall: done update: - set -e; for MANPAGE in manpages/*.de.* manpages/*.en.*; \ + set -e; for FILE in functions/*.sh examples/cron/*.sh manpages/*.de.* manpages/*.en.*; \ do \ - sed -i -e 's/2007\\-07\\-02/2007\\-07\\-09/' \ - -e 's/02.07.2007/09.07.2007/' \ - -e 's/1.0~a17/1.0~a18/' \ - $$MANPAGE; \ - done - - set -e; for SCRIPT in functions/*.sh examples/cron/*.sh; \ - do \ - sed -i -e 's/1.0~a17/1.0~a18/' $$SCRIPT; \ + sed -i -e 's/2007\\-07\\-16/2007\\-07\\-23/' \ + -e 's/16.07.2007/23.07.2007/' \ + -e 's/1.0~a19/1.0~a20/' \ + $$FILE; \ done clean: |