Re: Alpha-11 blockers
Meredydd <[email protected]> Sat, 21 Feb 2004 00:00:58 +0000
| Newsgroups | gmane.network.everybuddy.user |
|---|---|
| Message-ID | <[email protected]> |
On Friday 20 February 2004 23:46, Meredydd wrote: > > +#define FORCE_NEW_PLUGINS_DIR > > #ifndef PLUGINS_DIR > > -# define PLUGINS_DIR "/usr/local/share/eb-lite/plugins" > > +# define OLD_PLUGINS_DIR "/usr/local/share/eb-lite/plugins" > > +# define PLUGINS_DIR "/usr/local/lib/eb-lite" > > #endif > > Shouldn't this be taken from config.h or something? After all, if > someone has done ./configure --prefix=/usr, you want to be looking > in /usr/lib/eb-lite, not /usr/local/lib. Oops, it appears that this one is original. My bad. Nevertheless, it really ought to be changed before release. Meredydd