sg3-utils: add newer buildable version
[openembedded.git] / recipes / linux / linux-openmoko-shr-devel / fix-install.patch
1 From: Steve Sakoman <steve@sakoman.com>
2 Date: Mon, 18 Aug 2008 16:07:31 +0000 (-0700)
3 Subject: scripts/Makefile.fwinst: add missing space when setting mode in cmd_install
4 X-Git-Url: http://www.sakoman.net/cgi-bin/gitweb.cgi?p=linux-omap-2.6.git;a=commitdiff_plain;h=f039944bdd491cde7327133e9976881d3133ae70
5
6 scripts/Makefile.fwinst: add missing space when setting mode in cmd_install
7
8 This was causing build failures on some machines
9 ---
10
11 diff --git a/scripts/Makefile.fwinst b/scripts/Makefile.fwinst
12 index 6bf8e87..fb20532 100644
13 --- a/scripts/Makefile.fwinst
14 +++ b/scripts/Makefile.fwinst
15 @@ -37,7 +37,7 @@
16         @true
17
18  quiet_cmd_install = INSTALL $(subst $(srctree)/,,$@)
19 -      cmd_install = $(INSTALL) -m0644 $< $@
20 +      cmd_install = $(INSTALL) -m 0644 $< $@
21
22  $(installed-fw-dirs):
23         $(call cmd,mkdir)