From 81dc9b23e668c48d25e6ddad53117260d7d66065 Mon Sep 17 00:00:00 2001 From: gbenson Date: May 23 2005 13:03:36 +0000 Subject: Use absolute paths for rebuild-gcj-db --- diff --git a/ant.spec b/ant.spec index 2bccee2..1178ffa 100644 --- a/ant.spec +++ b/ant.spec @@ -475,10 +475,10 @@ rm -f %{_javadir}/ant-optional.jar # ----------------------------------------------------------------------------- %post -rebuild-gcj-db %{_libdir} +/usr/bin/rebuild-gcj-db %{_libdir} %postun -rebuild-gcj-db %{_libdir} +/usr/bin/rebuild-gcj-db %{_libdir} %post javadoc rm -f %{_javadocdir}/%{name} @@ -631,6 +631,9 @@ fi # ----------------------------------------------------------------------------- %changelog +* Mon May 23 2005 Gary Benson +- Use absolute paths for rebuild-gcj-db. + * Mon May 23 2005 Gary Benson 0:1.6.2-3jpp_7fc - Build the javah task (#157750). - Add alpha to the list of build architectures (#157522).