forked from pool/julia
This commit is contained in:
parent
509204afcb
commit
2c9fb3e602
@ -454,10 +454,10 @@ if [ ! -f %{_bindir}/julia-base ] ; then
|
|||||||
fi
|
fi
|
||||||
%{_sbindir}/ldconfig
|
%{_sbindir}/ldconfig
|
||||||
|
|
||||||
%post devel -p /sbin/ldconfig
|
%post devel -p %{_sbindir}/ldconfig
|
||||||
%postun devel -p /sbin/ldconfig
|
%postun devel -p %{_sbindir}/ldconfig
|
||||||
%post %{libname} -p /sbin/ldconfig
|
%post -n %{libname} -p %{_sbindir}/ldconfig
|
||||||
%postun %{libname} -p /sbin/ldconfig
|
%postun -n %{libname} -p %{_sbindir}/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc CONTRIBUTING.md NEWS.md README.md
|
%doc CONTRIBUTING.md NEWS.md README.md
|
||||||
|
Loading…
Reference in New Issue
Block a user