Reorganizing components in source tree.
[live-boot-grml.git] / Makefile
index 28709cc..8a78928 100644 (file)
--- 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