I'll forward this onto the list, because I sent the message from a non-subscribed address originally
-------- Original Message -------- Subject: Re: Minor issue with breqn-0.94-2 Date: Thu, 28 Jun 2007 13:02:42 -0400 From: Kevin Horton <[EMAIL PROTECTED]> To: Alexander K. Hansen <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> On Thu, 28 Jun 2007 12:51:29 -0400 "Alexander K. Hansen" <[EMAIL PROTECTED]> wrote: > (not OS/platform dependent) > > When I tried to compile the update to cadabra on the tracker, the > configure script claimed not to be able to find breqn, even though it > was installed. I found that I had to update TeX's hash (e.g. via > texhash or mktexlsr). It might be worth making a call to mktexlsr in a > PostInstScript--probably in a PostRmScript, too. Alex - Thanks for the bug report. The breqn package does have PostInstScript and PostRmScript lines that I thought would do this: PostInstScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi PostRmScript: if [ -f %p/bin/mktexlsr ]; then mktexlsr %p/etc/texmf.local; fi Any thoughts on why they aren't working as expected? Kevin -- Alexander K. Hansen Fink User Liaison/Documenter akh AT finkproject DOT org ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
