summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-05 14:20:59 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-05 14:20:59 +0200
commita2049b4f8507bf9c7950d553ec1172ec388304e0 (patch)
treec14c893abe3c555b959c9fe85e282dcc09b54fe3 /Makefile
parent80e7f344bc729318a4788c7062a85dc66bf3a305 (diff)
downloadlive-boot-a2049b4f8507bf9c7950d553ec1172ec388304e0.tar.gz
live-boot-a2049b4f8507bf9c7950d553ec1172ec388304e0.zip
Starting initramfs-tools specific subdirectory within the source-tree.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1ea0a36..5af515e 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ SHELL := sh -e
LANGUAGES = $(shell cd manpages/po && ls)
-SCRIPTS = bin/* hooks/* scripts/live scripts/live-functions scripts/live-helpers scripts/*/*
+SCRIPTS = bin/* initramfs-tools/hooks/* initramfs-tools/scripts/live initramfs-tools/scripts/live-functions initramfs-tools/scripts/live-helpers initramfs-tools/scripts/*/*
all: build
@@ -49,7 +49,7 @@ install:
cp bin/live-preseed bin/live-reconfigure local/languagelist $(DESTDIR)/usr/share/live-boot
mkdir -p $(DESTDIR)/usr/share/initramfs-tools
- cp -r hooks scripts $(DESTDIR)/usr/share/initramfs-tools
+ cp -r initramfs-tools/* $(DESTDIR)/usr/share/initramfs-tools
# Installing docs
mkdir -p $(DESTDIR)/usr/share/doc/live-boot