Minor portability nit to appease the Texan.

SVN revision: 5569
This commit is contained in:
Michael Jennings 2001-10-24 23:26:20 +00:00
parent 1d25522d40
commit 3caf0aacac
1 changed files with 8 additions and 2 deletions

View File

@ -123,9 +123,15 @@ make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%post
%ifos linux
/sbin/ldconfig
%endif
%postun -p /sbin/ldconfig
%postun
%ifos linux
/sbin/ldconfig
%endif
%files
%defattr(-,root,root,0755)