ti recipes: Start moving /files into package specific directories
[openembedded.git] / recipes / linux / linux-omap-psp-2.6.32 / 0008-scripts-Makefile.fwinst-fix-typo-missing-space-in.patch
blob9b5ccaac69f595529388d28a69e8a5105a08af16
1 From ce9fc5ab828b050605eb7d916f64ace7b227eea6 Mon Sep 17 00:00:00 2001
2 From: Steve Sakoman <steve@sakoman.com>
3 Date: Thu, 17 Dec 2009 12:51:53 -0800
4 Subject: [PATCH 08/16] scripts/Makefile.fwinst: fix typo (missing space in setting mode)
6 ---
7 scripts/Makefile.fwinst | 2 +-
8 1 files changed, 1 insertions(+), 1 deletions(-)
10 diff --git a/scripts/Makefile.fwinst b/scripts/Makefile.fwinst
11 index 6bf8e87..fb20532 100644
12 --- a/scripts/Makefile.fwinst
13 +++ b/scripts/Makefile.fwinst
14 @@ -37,7 +37,7 @@ install-all-dirs: $(installed-fw-dirs)
15 @true
17 quiet_cmd_install = INSTALL $(subst $(srctree)/,,$@)
18 - cmd_install = $(INSTALL) -m0644 $< $@
19 + cmd_install = $(INSTALL) -m 0644 $< $@
21 $(installed-fw-dirs):
22 $(call cmd,mkdir)
23 --
24 1.6.2.4