[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Python install path
From: |
Chris Brannon |
Subject: |
Python install path |
Date: |
Tue, 03 Aug 2010 08:43:32 -0500 |
Jeremy Whiting wrote:
> Where speechd/src/python/Makefile has this:
>
> ./setup.py install --root="${DESTDIR}" --prefix="${prefix}";
>
> opentts/src/python/Makefile has this:
>
> if test -n "${DESTDIR}"; then \
I was the one who sent the $DESTDIR patches.
And apparently, some statements got removed when I rebased against the
master branch.
In any case, there's another way to build the Python library, using automake
to generate makefiles.
The advantage of this approach is that details such as $DESTDIR are
handled automatically.
I posted a patch for this; here's the link:
http://lists.freebsoft.org/pipermail/speechd/2010q3/002308.html
-- Chris