at: Fix nonstripbinaries.patch

The commit '0e0d14ed1e88ebff876abb3d00b08627a3879e8d' introduced a new patch
nonstripbinaries.patch, the filename format caused the patch to not apply.
Simple fix made by correcting the path.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
Mark Hatle 2010-10-21 12:26:14 -05:00 committed by Richard Purdie
parent 0068e55d8f
commit 08425b597c
1 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@
#be handled.
#This patch is to handle the stripping of the binaries.
#Mei Lei<lei.mei@intel.com> make this change
diff --git a/build/downloads/at-3.1.12/Makefile.in b/build/downloads/at-3.1.12/Makefile.in
diff --git at-3.1.12.orig/Makefile.in at-3.1.12/Makefile.in
index dae6b7d..71a5d89 100644
--- a/build/downloads/at-3.1.12/Makefile.in
+++ b/build/downloads/at-3.1.12/Makefile.in
--- at-3.1.12.orig/Makefile.in
+++ at-3.1.12/Makefile.in
@@ -97,14 +97,14 @@ install: all
chmod 600 $(IROOT)$(LFILE)
chown $(DAEMON_USERNAME):$(DAEMON_GROUPNAME) $(IROOT)$(LFILE)