[Xapian-discuss] tiny Makefile patch

Olly Betts olly at survex.com
Sat Feb 4 04:56:14 GMT 2006


On Sat, Jan 28, 2006 at 06:00:49PM -0800, Dan Carpenter wrote:
> The python bindings should handle ./configure --prefix=/foo/bar
[...]
> -pylibdir = @PYTHON_LIB@
> +pylibdir = ${prefix}/@PYTHON_LIB@

But this would mean by default we'd install into:

/usr/local/usr/lib/python2.4/site-packages

By default, it makes most sense to install where Python expects to find
site packages.  But indeed there ought to be some way to override this
in case you don't have root access, or don't want to put files there
for some other reason.

Cheers,
    Olly



More information about the Xapian-discuss mailing list