Install components into /lib/live/boot folder.
[live-boot-grml.git] / Makefile
index 8a78928..e3f3946 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,8 +42,8 @@ build:
 
 install:
        # Installing components
-       mkdir -p $(DESTDIR)/lib/live
-       cp components/* $(DESTDIR)/lib/live
+       mkdir -p $(DESTDIR)/lib/live/boot
+       cp components/* $(DESTDIR)/lib/live/boot
 
        # Installing executables
        mkdir -p $(DESTDIR)/usr/share/initramfs-tools/hooks