cargo-test: install xargs by path
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
0855ae0066
commit
12c7a7db07
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
#!/bin/bash -euf
|
||||
|
||||
dnf -y --best install xargs rust-packaging "$pkg-devel"
|
||||
dnf -y --best install \
|
||||
/usr/bin/xargs \
|
||||
rust-packaging \
|
||||
"$pkg-devel"
|
||||
|
||||
provides=$(rpm -qP "$pkg-devel")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue