summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 13:59:13 +0200
committerDaniel Baumann <daniel@debian.org>2007-09-23 13:59:13 +0200
commitfbd4861b2347b024caa54af443b18ca1c6646a31 (patch)
treea7970ac36b404265c4ae001db95aee0612c77363 /Makefile
parente871d8d6a788db462cf01399fcdb0b3fe0e9d40d (diff)
downloadvyos-live-build-fbd4861b2347b024caa54af443b18ca1c6646a31.tar.gz
vyos-live-build-fbd4861b2347b024caa54af443b18ca1c6646a31.zip
Preparing live-helper 1.0~a28-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d9bc6a651..34afea185 100644
--- a/Makefile
+++ b/Makefile
@@ -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\\-09\\-10/2007\\-09\\-17/' \
- -e 's/10.09.2007/17.09.2007/' \
- -e 's/1.0~a27/1.0~a28/' \
+ sed -i -e 's/2007\\-09\\-17/2007\\-09\\-24/' \
+ -e 's/17.09.2007/24.09.2007/' \
+ -e 's/1.0~a28/1.0~a29/' \
$$FILE; \
done