X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=297259e4544b8a35d853c83228900e9242960f50;hb=a259714e3d8b60cd5c638e0ada860cc26de771b9;hp=4aac9bc48beae0139cee7b420e921561b8cc99c3;hpb=4bd662d6947608f3a92416b599e2286718f16c61;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 4aac9bc..297259e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL := sh -e LANGUAGES = $(shell cd manpages/po && ls) -SCRIPTS = bin/* backends/initramfs-tools/* scripts/*.sh scripts/*/* +SCRIPTS = backends/*/* bin/* scripts/*.sh scripts/*/* all: build @@ -50,7 +50,7 @@ install: 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 $(DESTDIR)/usr/share/live-boot + cp bin/live-preseed $(DESTDIR)/usr/share/live-boot mkdir -p $(DESTDIR)/usr/share/initramfs-tools/hooks cp backends/initramfs-tools/live.hook $(DESTDIR)/usr/share/initramfs-tools/hooks/live @@ -62,7 +62,7 @@ install: cp -r COPYING $(DESTDIR)/usr/share/doc/live-boot mkdir -p $(DESTDIR)/usr/share/doc/live-boot/examples - cp -r etc/* $(DESTDIR)/usr/share/doc/live-boot/examples + cp -r examples/* $(DESTDIR)/usr/share/doc/live-boot/examples # (FIXME) # Installing manpages