X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=9d03254fbfdc5b5f246e5693ad5f9d2f5aec738c;hb=12987b7f06549a0b5e53872dce576e0c25a8827a;hp=b3c7ba2b1780728bd901e60741a9159cc1fe9f31;hpb=a5b1590456c81bd559bb28e3baef6ddfe7aa6b38;p=live-boot-grml.git diff --git a/Makefile b/Makefile index b3c7ba2..9d03254 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 @@ -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