summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 28709cc..8a78928 100644
--- 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