summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 14:46:40 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:05 +0100
commit344fb6b7c015afe8f3878926d2fccba88c616aac (patch)
treec1d8ab890d3651ac9cd01cd19a247c85399d070e /Makefile
parent686aa85654497ec05a768685cfeadf8634d12269 (diff)
downloadlive-boot-344fb6b7c015afe8f3878926d2fccba88c616aac.tar.gz
live-boot-344fb6b7c015afe8f3878926d2fccba88c616aac.zip
Adding live-initramfs 1.95.3-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index aec6d74..7c0d1c3 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ TRANSLATIONS="it"
all: build
test:
- set -e; for SCRIPT in hooks/* scripts/live scripts/live-functions scripts/live-helpers scripts/*/*; \
+ set -e; for SCRIPT in bin/* hooks/* scripts/live scripts/live-functions scripts/live-helpers scripts/*/*; \
do \
sh -n $$SCRIPT; \
done
@@ -108,9 +108,9 @@ uninstall:
update:
set -e; for FILE in docs/parameters.txt manpages/*.en.*; \
do \
- sed -i -e 's/2007\\-07\\-30/2007\\-08\\-06/' \
- -e 's/30.07.2007/06.08.2007/' \
- -e 's/1.95.1/1.95.2/' \
+ sed -i -e 's/2007\\-08\\-13/2007\\-08\\-20/' \
+ -e 's/13.08.2007/20.08.2007/' \
+ -e 's/1.95.3/1.95.4/' \
$$FILE; \
done