[rtems-crossrpms commit] Fix another typo.

Ralf Corsepius ralf at rtems.org
Thu Jan 30 18:03:15 UTC 2014


Module:    rtems-crossrpms
Branch:    master
Commit:    ecb693bbe971573faa2e1e3cd279ade985b69ad7
Changeset: http://git.rtems.org/rtems-crossrpms/commit/?id=ecb693bbe971573faa2e1e3cd279ade985b69ad7

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Fri Dec 20 14:25:37 2013 +0100

Fix another typo.

---

 cygwin/i686/libs.add   |    2 +-
 cygwin/x86_64/libs.add |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cygwin/i686/libs.add b/cygwin/i686/libs.add
index cbb6739..c603f0b 100644
--- a/cygwin/i686/libs.add
+++ b/cygwin/i686/libs.add
@@ -27,7 +27,7 @@ Source0:	ftp://cygwin.com/pub/cygwin/x86/release/cygwin/cygwin-%{cygwin_version}
   mkdir -p @tool_target@/sys-root
   %{__tar} cf - usr/lib usr/include | ( cd @tool_target@/sys-root ; %{__tar} xf -)
   # Workaround bug in newlib/cygwin-1.7.27
-  sed -i -e 's,^_ELIDABLE_INLINE inline ,_ELIDABLE_INLINE ,' usr/include/stdio_ext.h
+  sed -i -e 's,^_ELIDABLE_INLINE inline ,_ELIDABLE_INLINE ,' @tool_target@/sys-root/usr/include/stdio_ext.h
 
 %install
   rm -rf $RPM_BUILD_ROOT
diff --git a/cygwin/x86_64/libs.add b/cygwin/x86_64/libs.add
index dd3b9a1..91b0124 100644
--- a/cygwin/x86_64/libs.add
+++ b/cygwin/x86_64/libs.add
@@ -27,7 +27,7 @@ Source0:	ftp://cygwin.com/pub/cygwin/x86_64/release/cygwin/cygwin-%{cygwin_versi
   mkdir -p @tool_target@/sys-root
   %{__tar} cf - usr/lib usr/include | ( cd @tool_target@/sys-root ; %{__tar} xf -)
   # Workaround bug in newlib/cygwin-1.7.27
-  sed -i -e 's,^_ELIDABLE_INLINE inline ,_ELIDABLE_INLINE ,' usr/include/stdio_ext.h
+  sed -i -e 's,^_ELIDABLE_INLINE inline ,_ELIDABLE_INLINE ,' @tool_target@/sys-root/usr/include/stdio_ext.h
 
 %install
   rm -rf $RPM_BUILD_ROOT




More information about the vc mailing list