From: Daniel Baumann Date: Tue, 5 Jun 2012 18:12:43 +0000 (+0200) Subject: Simplyfing scripts declaration in Makefile. X-Git-Tag: debian/3.0_a31-1~6 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=376114ff58367b9fdb84f6d1c4c4ce3a2f8ad261 Simplyfing scripts declaration in Makefile. --- 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