X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=d08302751c9505055d23237ad91fef02e04edc87;hb=e6023f88643ce262dfb45b46c50b850c7f3399d7;hp=b3c7ba2b1780728bd901e60741a9159cc1fe9f31;hpb=e243babf191d5b42efe58e90e74a22bd8063be8d;p=live-boot-grml.git diff --git a/Makefile b/Makefile index b3c7ba2..d083027 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL := sh -e LANGUAGES = $(shell cd manpages/po && ls) -SCRIPTS = backends/*/* bin/* scripts/*.sh scripts/*/* +SCRIPTS = backends/*/* bin/* scripts/*.sh scripts/*/*-* all: build @@ -31,7 +31,7 @@ test: echo " done."; \ else \ echo "W: checkbashisms - command not found"; \ - echo "I: checkbashisms can be optained from: "; \ + echo "I: checkbashisms can be obtained from: "; \ echo "I: http://git.debian.org/?p=devscripts/devscripts.git"; \ echo "I: On Debian based systems, checkbashisms can be installed with:"; \ echo "I: apt-get install devscripts"; \ @@ -46,9 +46,6 @@ install: cp -r scripts/boot.sh scripts/boot $(DESTDIR)/lib/live # Installing executables - mkdir -p $(DESTDIR)/sbin - cp bin/live-new-uuid bin/live-swapfile $(DESTDIR)/sbin - mkdir -p $(DESTDIR)/usr/share/initramfs-tools/hooks cp backends/initramfs-tools/live.hook $(DESTDIR)/usr/share/initramfs-tools/hooks/live mkdir -p $(DESTDIR)/usr/share/initramfs-tools/scripts