summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 14:46:38 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:05 +0100
commit0d94f4b451321b54cd8f22253c28a5bc64715f1c (patch)
tree6aa4a2bce513e8f47e893b2ffe19d9224cf1bb2c /Makefile
parent0a1b827c113b85f48bcd58e64ccd94d094b9bd8a (diff)
downloadlive-boot-0d94f4b451321b54cd8f22253c28a5bc64715f1c.tar.gz
live-boot-0d94f4b451321b54cd8f22253c28a5bc64715f1c.zip
Adding live-initramfs 1.87.6-1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index eb6910e..6f0c333 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ all: build
test:
set -e; for SCRIPT in hooks/* scripts/live scripts/live-functions scripts/live-helpers scripts/*/*; \
do \
- sh -n $$SCRIPT || exit 1; \
+ sh -n $$SCRIPT; \
done
build:
@@ -76,11 +76,11 @@ uninstall:
rm -f $(DESTDIR)/etc/live.conf
# Uninstalling live-md5check
- rm -f $(DESTDIR)/usr/lib/live-initramfs
+ rm -rf $(DESTDIR)/usr/lib/live-initramfs
# Uninstalling executables
rm -f $(DESTDIR)/sbin/live-getty $(DESTDIR)/sbin/live-login $(DESTDIR)/sbin/live-snapshot
- rm -f $(DESTDIR)/usr/share/live-initramfs
+ rm -rf $(DESTDIR)/usr/share/live-initramfs
rm -f $(DESTDIR)/usr/share/initramfs-tools/hooks/live
rm -rf $(DESTDIR)/usr/share/initramfs-tools/scripts/live*
@@ -117,8 +117,8 @@ uninstall:
update:
set -e; for MANPAGE in manpages/*.en.*; \
do \
- sed -i -e 's/2007\\-05\\-21/2007\\-05\\-28/' \
- -e 's/1.87.4/1.87.5/' \
+ sed -i -e 's/2007\\-06\\-04/2007\\-06\\-11/' \
+ -e 's/1.87.6/1.87.7/' \
$$MANPAGE; \
done