summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-05 14:46:19 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-05 16:11:16 +0200
commitc48696a0ebe9ffc938b84b921db90ac620339a52 (patch)
tree6ac85d6265f3217158ab0ac71981f1fa94af1eaa /Makefile
parentfea4312679b6d371123296d1a5d9987419888487 (diff)
downloadlive-boot-c48696a0ebe9ffc938b84b921db90ac620339a52.tar.gz
live-boot-c48696a0ebe9ffc938b84b921db90ac620339a52.zip
Splitting out a first bunch of functions out to /live/live/boot/.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e2f6cde..655f41f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ SHELL := sh -e
LANGUAGES = $(shell cd manpages/po && ls)
-SCRIPTS = bin/* initramfs-tools/hooks/* initramfs-tools/scripts/live initramfs-tools/scripts/live-functions initramfs-tools/scripts/live-helpers initramfs-tools/scripts/*/* scripts/*
+SCRIPTS = bin/* initramfs-tools/hooks/* initramfs-tools/scripts/live initramfs-tools/scripts/live-functions initramfs-tools/scripts/live-helpers initramfs-tools/scripts/*/* scripts/*.sh scripts/*/*
all: build
@@ -43,7 +43,7 @@ build:
install:
# Installing scripts
mkdir -p $(DESTDIR)/lib/live
- cp -r scripts/boot.sh $(DESTDIR)/lib/live
+ cp -r scripts/boot.sh scripts/boot $(DESTDIR)/lib/live
# Installing executables
mkdir -p $(DESTDIR)/sbin