Use /sbin/ldconfig, glibc does not provide /usr/sbin/ldconfig for now
This commit is contained in:
parent
86fcde8ff1
commit
de370ba771
@ -175,9 +175,9 @@ mv %{buildroot}%{_sbindir}/getconlist %{buildroot}%{_sbindir}/selinuxconlist
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post -p /usr/sbin/ldconfig
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /usr/sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user