From 92e0a06744e6b8017d917f0a96c6fc1f5dfb6b33 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Mon, 17 May 2010 16:31:28 +0000 Subject: [PATCH] Adds arch extention to the binary tar.bz2. --- bootstrap/coriolis2.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/coriolis2.spec.in b/bootstrap/coriolis2.spec.in index 0aaac14d..45d9cd91 100644 --- a/bootstrap/coriolis2.spec.in +++ b/bootstrap/coriolis2.spec.in @@ -76,7 +76,7 @@ EOF %if %{with_binarytar} cd %{buildroot}%{coriolisTop} tar --exclude "*/cmake_modules*" \ - -jcf %{_sourcedir}/%{name}-binary-%{version}-%{release}.tar.bz2 \ + -jcf %{_sourcedir}/%{name}-binary-%{version}-%{release}.%{arch}.tar.bz2 \ bin lib share %endif