Adds arch extention to the binary tar.bz2.

This commit is contained in:
Jean-Paul Chaput 2010-05-17 16:31:28 +00:00
parent f28298c0c4
commit 92e0a06744
1 changed files with 1 additions and 1 deletions

View File

@ -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