Accepting request 492208 from home:luke_nukem:branches:devel:languages:rust

Fix silly error (misplaced 'z')

OBS-URL: https://build.opensuse.org/request/show/492208
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=106
This commit is contained in:
Luke Jones 2017-04-30 06:59:06 +00:00 committed by Git OBS Bridge
parent d9ef151cf5
commit 097b4d287e

View File

@ -165,7 +165,7 @@ invoking gdb on rust binaries.
%setup -q -T -b 105 -n cargo-%{cargo_version}-%{_arch}-unknown-linux-%{abi}
%endif
%ifarch s390x
%setup -q -T -b 106 -n cargo-%{cargo_version}z-%{_arch}-unknown-linux-%{abi}
%setup -q -T -b 106 -n cargo-%{cargo_version}-%{_arch}-unknown-linux-%{abi}
%endif
# The cargo binary is only used to build rust and is not shipped