summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files 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