* Tom Tromey <tromey@xxxxxxxxxx> [2005-03-22 13:55]: > > Andrew> if [ -n "`find %{_libdir}/%{name}/mappings -name \*.db`" ]; then > Andrew> gcj-dbtool -m `gcj-dbtool -p` `find %{_libdir}/%{name}/mappings -name \*.db` `gcj-dbtool -p` > Andrew> fi > > Is %{name} the name of the current RPM? > If so then I think this is incorrect. We need to merge everything > into the master .db. We're merging into the master .db but until we sort out where to put the other .dbs, I'm keeping the eclipse ones in /usr/lib/eclipse/mappings. Andrew