summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-05 20:12:43 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-05 20:12:43 +0200
commit376114ff58367b9fdb84f6d1c4c4ce3a2f8ad261 (patch)
tree24331da0c08b1ffc8263ac1a2741ef5a46fd8d79 /Makefile
parenta3b8a31d11dcbf195d0b8285161c1907437b6c6f (diff)
downloadlive-boot-376114ff58367b9fdb84f6d1c4c4ce3a2f8ad261.tar.gz
live-boot-376114ff58367b9fdb84f6d1c4c4ce3a2f8ad261.zip
Simplyfing scripts declaration in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1126e94..232d144 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ SHELL := sh -e
LANGUAGES = $(shell cd manpages/po && ls)
-SCRIPTS = bin/* backends/initramfs-tools/* scripts/*.sh scripts/*/*
+SCRIPTS = backends/*/* bin/* scripts/*.sh scripts/*/*
all: build