summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:05:20 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:26 +0100
commitba2322bb2b453a848dccb7f80fbe5d72b373926e (patch)
tree92ae03973981067aea007213d056abbbc6388abb /Makefile
parent8c3178682beafb9c71df5310b3f975728359b833 (diff)
downloadlive-build-ba2322bb2b453a848dccb7f80fbe5d72b373926e.zip
live-build-ba2322bb2b453a848dccb7f80fbe5d72b373926e.tar.gz
Adding live-helper 1.0~a26-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 476fde2..aadcf7c 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\\-08\\-27/2007\\-09\\-03/' \
- -e 's/27.08.2007/03.09.2007/' \
- -e 's/1.0~a25/1.0~a26/' \
+ sed -i -e 's/2007\\-09\\-03/2007\\-09\\-10/' \
+ -e 's/03.09.2007/10.09.2007/' \
+ -e 's/1.0~a26/1.0~a27/' \
$$FILE; \
done