On Mon, Oct 25, 2010 at 07:03:43AM -0700, Brian Nelson wrote: > Josh Triplett <[email protected]> writes: > > > The run-with-aspell wrapper does: > > > > PATH=/usr/lib/aspell:$PATH > > export PATH > > exec $@ > > > > However, aspell 0.60.3-4 moved the wrapper scripts from /usr/lib/aspell > > to /usr/share/doc/aspell/examples, ostensibly to fix bug 273761 (which > > actually requested using them as alternatives for /usr/bin/ispell). > > This broke run-with-aspell. > > > > Please move the scripts back, and just point to them from > > /usr/share/doc/aspell if you want to make them easier to find. > > Hmm. /usr/lib/aspell is a fairly terrible place to put shell > scripts like these which is in part why I moved them. Maybe I'll move > them to /usr/share/aspell instead and modify the run-with-aspell wrapper > to find them.
That would solve the problem, true. If you care strongly about the path, though, you might consider asking upstream to move the install location rather than having to keep the patch around forever. - Josh Triplett -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

