- s/%post -n/%post -p

This commit is contained in:
John (J5) Palmieri 2006-07-18 17:38:00 +00:00
parent c39b4d8bba
commit b6619a2a5b

View File

@ -82,9 +82,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -rf %{buildroot}
%post -n /sbin/ldconfig
%post -p /sbin/ldconfig
%postun -n /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)