diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:12 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:25 +0100 |
commit | fdef63e60c2e68226da2fe92d6cc393c1af2b801 (patch) | |
tree | a066f2620ba741d786b628d1f9d56bcf38cbd8ea /Makefile | |
parent | 504c05c3a63de0af4fd0e876274afc039c5c0ed1 (diff) | |
download | vyos-live-build-fdef63e60c2e68226da2fe92d6cc393c1af2b801.tar.gz vyos-live-build-fdef63e60c2e68226da2fe92d6cc393c1af2b801.zip |
Adding live-helper 1.0~a16-1.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -91,15 +91,15 @@ uninstall: update: set -e; for MANPAGE in manpages/*.de.* manpages/*.en.*; \ do \ - sed -i -e 's/2007\\-06\\-11/2007\\-06\\-18/' \ - -e 's/11.06.2007/18.06.2007/' \ - -e 's/1.0~a14/1.0~a15/' \ + sed -i -e 's/2007\\-06\\-25/2007\\-07\\-02/' \ + -e 's/25.06.2007/02.07.2007/' \ + -e 's/1.0~a16/1.0~a17/' \ $$MANPAGE; \ done set -e; for SCRIPT in functions/*.sh examples/cron/*.sh; \ do \ - sed -i -e 's/1.0~a14/1.0~a15/' $$SCRIPT; \ + sed -i -e 's/1.0~a16/1.0~a17/' $$SCRIPT; \ done clean: |