Use absolute paths for rebuild-gcj-db

This commit is contained in:
gbenson 2005-05-23 13:03:37 +00:00
parent bb412caf50
commit 95e2e0ded8

View File

@ -229,7 +229,7 @@ ln -s %{name}-xni-%{version} %{_javadocdir}/%{name}-xni
%post %post
update-alternatives --install %{_javadir}/jaxp_parser_impl.jar \ update-alternatives --install %{_javadir}/jaxp_parser_impl.jar \
jaxp_parser_impl %{_javadir}/%{name}.jar 40 jaxp_parser_impl %{_javadir}/%{name}.jar 40
rebuild-gcj-db %{_libdir} /usr/bin/rebuild-gcj-db %{_libdir}
%preun %preun
{ {
@ -238,7 +238,7 @@ rebuild-gcj-db %{_libdir}
} >/dev/null 2>&1 || : } >/dev/null 2>&1 || :
%postun %postun
rebuild-gcj-db %{_libdir} /usr/bin/rebuild-gcj-db %{_libdir}
%files %files
%defattr(0644,root,root,0755) %defattr(0644,root,root,0755)
@ -285,6 +285,7 @@ rebuild-gcj-db %{_libdir}
%changelog %changelog
* Mon May 23 2005 Gary Benson <gbenson@redhat.com> * Mon May 23 2005 Gary Benson <gbenson@redhat.com>
- Add alpha to the list of build architectures (#157522). - Add alpha to the list of build architectures (#157522).
- Use absolute paths for rebuild-gcj-db.
* Thu May 5 2005 Gary Benson <gbenson@redhat.com> 0:2.6.2-4jpp_5fc * Thu May 5 2005 Gary Benson <gbenson@redhat.com> 0:2.6.2-4jpp_5fc
- Add dependencies for %post and %postun scriptlets (#156901). - Add dependencies for %post and %postun scriptlets (#156901).