Disable hardlink again
See https://github.com/Icinga/puppet-icinga_build/issues/11
This commit is contained in:
parent
bc59dc757c
commit
9acd672bcd
|
@ -393,7 +393,8 @@ do
|
|||
done
|
||||
cd -
|
||||
|
||||
/usr/sbin/hardlink -cv %{buildroot}%{_datadir}/selinux
|
||||
# TODO: Fix build problems on Icinga, see https://github.com/Icinga/puppet-icinga_build/issues/11
|
||||
#/usr/sbin/hardlink -cv %{buildroot}%{_datadir}/selinux
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora}
|
||||
|
|
Loading…
Reference in New Issue