X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=8a789281c92ca139551d10394cbee4c357101027;hp=28709cc2c78870643c0300f3c62132155b3eccb9;hb=a331218718282c5496ff062a0f6aa55908224862;hpb=0aa07bd386f516176364e710e8b9132036c72986 diff --git a/Makefile b/Makefile index 28709cc..8a78928 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL := sh -e LANGUAGES = $(shell cd manpages/po && ls) -SCRIPTS = backend/*/* frontend/* scripts/*/*-* +SCRIPTS = backend/*/* frontend/* components/* all: build @@ -41,9 +41,9 @@ build: @echo "Nothing to build." install: - # Installing scripts + # Installing components mkdir -p $(DESTDIR)/lib/live - cp scripts/boot/* $(DESTDIR)/lib/live + cp components/* $(DESTDIR)/lib/live # Installing executables mkdir -p $(DESTDIR)/usr/share/initramfs-tools/hooks