From b26dea51d6c3bd0e2f2ce87fde53593cdfaf762e Mon Sep 17 00:00:00 2001 From: Jan Blunck Date: Fri, 13 Sep 2013 16:54:16 +0200 Subject: [PATCH] Install components into /lib/live/boot folder. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8a78928..e3f3946 100644 --- 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 -- 2.1.4