summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/cygwin
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-02-17 15:44:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-02-17 15:44:28 +0000
commit0d349d29ab19a46b5389f2deecc166527fd19111 (patch)
treeed110b41d926703b076b06e28d9fb6fa2d33a487 /contrib/crossrpms/cygwin
parentUse @FREEBSD_VERS@ instead of hard-coded 6.0 (diff)
downloadrtems-0d349d29ab19a46b5389f2deecc166527fd19111.tar.bz2
Use %{__tar} instead of plain tar
Diffstat (limited to 'contrib/crossrpms/cygwin')
-rw-r--r--contrib/crossrpms/cygwin/libs.add2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/crossrpms/cygwin/libs.add b/contrib/crossrpms/cygwin/libs.add
index 4a48414fcf..e903f9bdbf 100644
--- a/contrib/crossrpms/cygwin/libs.add
+++ b/contrib/crossrpms/cygwin/libs.add
@@ -29,7 +29,7 @@ Source0: ftp://cygwin.com/pub/cygwin/release/cygwin/cygwin-%{cygwin_version}.tar
# Setup sys-root (Usable for gcc >= 3.4)
mkdir -p @tool_target@/sys-root
- tar cf - lib usr/lib usr/include | ( cd @tool_target@/sys-root ; tar xf -)
+ %{__tar} cf - lib usr/lib usr/include | ( cd @tool_target@/sys-root ; %{__tar} xf -)
%install
rm -rf $RPM_BUILD_ROOT