summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:05:15 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:26 +0100
commitc79ab34a7c597c9e3ab202c644121c6944789424 (patch)
tree324691f4f851c719b864229b399584f035b2873f /Makefile
parent0d5ff4ca7596790f853cf637e0fe225cad810a76 (diff)
downloadlive-build-c79ab34a7c597c9e3ab202c644121c6944789424.zip
live-build-c79ab34a7c597c9e3ab202c644121c6944789424.tar.gz
Adding live-helper 1.0~a19-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index a8fc5f9..3a35ad6 100644
--- a/Makefile
+++ b/Makefile
@@ -89,17 +89,12 @@ uninstall:
done
update:
- set -e; for MANPAGE in manpages/*.de.* manpages/*.en.*; \
+ set -e; for FILE in functions/*.sh examples/cron/*.sh manpages/*.de.* manpages/*.en.*; \
do \
- 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~a17/1.0~a18/' $$SCRIPT; \
+ sed -i -e 's/2007\\-07\\-16/2007\\-07\\-23/' \
+ -e 's/16.07.2007/23.07.2007/' \
+ -e 's/1.0~a19/1.0~a20/' \
+ $$FILE; \
done
clean: