X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=d08302751c9505055d23237ad91fef02e04edc87;hb=53bb5b1c1f1747f2a4fb0e31321a85302692c920;hp=034bca4fda3f55444c585bf96f1ffb98717f2002;hpb=c258d199b505b6c31a907a3935230b94039be3ba;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 034bca4..d083027 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL := sh -e LANGUAGES = $(shell cd manpages/po && ls) -SCRIPTS = backends/*/* bin/* scripts/*.sh scripts/*/* +SCRIPTS = backends/*/* bin/* scripts/*.sh scripts/*/*-* all: build @@ -31,7 +31,7 @@ test: echo " done."; \ else \ echo "W: checkbashisms - command not found"; \ - echo "I: checkbashisms can be optained from: "; \ + echo "I: checkbashisms can be obtained from: "; \ echo "I: http://git.debian.org/?p=devscripts/devscripts.git"; \ echo "I: On Debian based systems, checkbashisms can be installed with:"; \ echo "I: apt-get install devscripts"; \