Install components into /lib/live/boot folder.
authorJan Blunck <jblunck@vyatta.com>
Fri, 13 Sep 2013 14:54:16 +0000 (16:54 +0200)
committerDaniel Baumann <mail@daniel-baumann.ch>
Fri, 13 Sep 2013 14:58:44 +0000 (16:58 +0200)
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