summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-11-19 18:07:35 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:29 +0100
commitbef3eea04e6ab1436b330baea800ff679482c871 (patch)
tree37ae6509522e6042784297cb40a733a6b6632da7 /Makefile
parentfced466056482e707cce8a521c7575c1a6684784 (diff)
downloadlive-build-bef3eea04e6ab1436b330baea800ff679482c871.zip
live-build-bef3eea04e6ab1436b330baea800ff679482c871.tar.gz
Preparing live-helper 1.0~a38-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 5feb779..b75fe64 100644
--- a/Makefile
+++ b/Makefile
@@ -98,11 +98,11 @@ uninstall:
done
update:
- set -e; for FILE in functions/*.sh examples/cron/*.sh manpages/*.de.* manpages/*.en.*; \
+ set -e; for FILE in functions/*.sh examples/cron/*.sh manpages/*.en.*; \
do \
- 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/' \
+ sed -i -e 's/2007\\-11\\-26/2007\\-12\\-03/' \
+ -e 's/26.11.2007/03.12.2007/' \
+ -e 's/1.0~a38/1.0~a39/' \
$$FILE; \
done