mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
do not specify full path for hardlink [RHBZ#1714637]
on Fedora 30- it is in /usr/sbin/ on Fedora 31+ it is in /usr/bin/ Both variants are in $PATH so calling it without full path is fine.
This commit is contained in:
parent
ba39b12442
commit
0827f91cbb
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ do
|
|||
done
|
||||
cd -
|
||||
|
||||
/usr/sbin/hardlink -cv %{buildroot}%{_datadir}/selinux
|
||||
hardlink -cv %{buildroot}%{_datadir}/selinux
|
||||
|
||||
%post selinux
|
||||
for selinuxvariant in %{selinux_variants}
|
||||
|
|
Loading…
Add table
Reference in a new issue