summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-11-13 13:49:18 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:29 +0100
commit8d46a4770d26f9708e625621106408f2ba53183f (patch)
treed59772eefd71fb150e244773573a2a0e6d89b211 /Makefile
parentcf398da50bd992cf9188e250e161edb58ce334c1 (diff)
downloadlive-build-8d46a4770d26f9708e625621106408f2ba53183f.zip
live-build-8d46a4770d26f9708e625621106408f2ba53183f.tar.gz
Preparing live-helper 1.0~a37-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index afb5ce8..a70fdcc 100644
--- a/Makefile
+++ b/Makefile
@@ -100,9 +100,9 @@ uninstall:
update:
set -e; for FILE in functions/*.sh examples/cron/*.sh manpages/*.de.* manpages/*.en.*; \
do \
- sed -i -e 's/2007\\-11\\-12/2007\\-11\\-19/' \
- -e 's/12.11.2007/19.11.2007/' \
- -e 's/1.0~a36/1.0~a37/' \
+ sed -i -e 's/2007\\-11\\-19/2007\\-11\\-26/' \
+ -e 's/19.11.2007/26.11.2007/' \
+ -e 's/1.0~a37/1.0~a38/' \
$$FILE; \
done