sm00th / bitlbee-discord

Bitlbee plugin for Discord (http://discordapp.com)
GNU General Public License v2.0
290 stars 27 forks source link

configure not respecting --prefix #35

Closed Kays closed 8 years ago

Kays commented 8 years ago

Not sure if I'm missing something, but regardless of --prefix value, it always installs to /usr/lib/bitlbee.

Here is the full log: http://pastie.org/pastes/10863398/text?key=ndgrgrtdxrhcsvmjcjbmiw

The timestamps on /usr/lib/bitlbee is correct to the time when I ran make install

dequis commented 8 years ago

Because it doesn't use prefix, it uses plugindir, which is taken from the pkg-config of the bitlbee installation. You can override it, from the readme:

If your bitlbee's plugindir is in non-standard location you can specify it by calling ./configure with --with-plugindir=/path/to/plugindir option.

Kays commented 8 years ago

@dequis ah thanks!