X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=5af515e17b600b7f06105546e8c815d571c78987;hb=a2049b4f8507bf9c7950d553ec1172ec388304e0;hp=1ea0a3606ae4bc4c5333388331c6b1bafb0706cc;hpb=1e821c21107dc36f071659f8b2d7c8d95048b4d1;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 1ea0a36..5af515e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL := sh -e LANGUAGES = $(shell cd manpages/po && ls) -SCRIPTS = bin/* hooks/* scripts/live scripts/live-functions scripts/live-helpers scripts/*/* +SCRIPTS = bin/* initramfs-tools/hooks/* initramfs-tools/scripts/live initramfs-tools/scripts/live-functions initramfs-tools/scripts/live-helpers initramfs-tools/scripts/*/* all: build @@ -49,7 +49,7 @@ install: cp bin/live-preseed bin/live-reconfigure local/languagelist $(DESTDIR)/usr/share/live-boot mkdir -p $(DESTDIR)/usr/share/initramfs-tools - cp -r hooks scripts $(DESTDIR)/usr/share/initramfs-tools + cp -r initramfs-tools/* $(DESTDIR)/usr/share/initramfs-tools # Installing docs mkdir -p $(DESTDIR)/usr/share/doc/live-boot