X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=af6becb41a3fdb68bffe5e13ddfeda0d5df33846;hb=6c9872bc5d18f60e6b6ad94bdc18bd217e2119f9;hp=1ea0a3606ae4bc4c5333388331c6b1bafb0706cc;hpb=1e821c21107dc36f071659f8b2d7c8d95048b4d1;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 1ea0a36..af6becb 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/*/* scripts/*.sh scripts/*/* all: build @@ -41,15 +41,19 @@ build: @echo "Nothing to build." install: + # Installing scripts + mkdir -p $(DESTDIR)/lib/live + cp -r scripts/boot.sh scripts/boot $(DESTDIR)/lib/live + # Installing executables mkdir -p $(DESTDIR)/sbin cp bin/live-new-uuid bin/live-snapshot bin/live-swapfile $(DESTDIR)/sbin mkdir -p $(DESTDIR)/usr/share/live-boot - cp bin/live-preseed bin/live-reconfigure local/languagelist $(DESTDIR)/usr/share/live-boot + cp bin/live-preseed bin/live-reconfigure $(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