summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:05:14 +0200
committerDaniel Baumann <daniel@debian.org>2007-09-23 10:05:14 +0200
commit615360e7ad327a88578dcaea7d0d677c840c94fb (patch)
tree360ca9a49f3d82d589a4b49c98e5210dfcb3b74e /Makefile
parentae5c245c5d0b910b9fde27f99668c46f64f9bcc2 (diff)
downloadvyos-live-build-615360e7ad327a88578dcaea7d0d677c840c94fb.tar.gz
vyos-live-build-615360e7ad327a88578dcaea7d0d677c840c94fb.zip
Adding live-helper 1.0~a18-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index cb7258efd..a8fc5f91d 100644
--- a/Makefile
+++ b/Makefile
@@ -91,15 +91,15 @@ uninstall:
update:
set -e; for MANPAGE in manpages/*.de.* manpages/*.en.*; \
do \
- 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/' \
+ 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~a16/1.0~a17/' $$SCRIPT; \
+ sed -i -e 's/1.0~a17/1.0~a18/' $$SCRIPT; \
done
clean: