No %arch tag, uses %_arch
This commit is contained in:
parent
07cc25dd2e
commit
d2206fd246
|
@ -76,7 +76,7 @@ EOF
|
|||
%if %{with_binarytar}
|
||||
cd %{buildroot}%{coriolisTop}
|
||||
tar --exclude "*/cmake_modules*" \
|
||||
-jcf %{_sourcedir}/%{name}-binary-%{version}-%{release}.%{arch}.tar.bz2 \
|
||||
-jcf %{_sourcedir}/%{name}-binary-%{version}-%{release}.%{_arch}.tar.bz2 \
|
||||
bin lib share
|
||||
%endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue