Originally broken by addition of Debian package support. Signed-off-by: Daniel White <daniel@xxxxxxxxxxxxxxxx> --- The default installation direction is actually /usr at present despite what 'INSTALL' says. The 'debian/rules' makefile specifies the prefix as /usr so doesn't seem to depend on this. I've tested the resulting debian package and everything is still installed correctly under /usr. setup.cfg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1eb8e9b..4359033 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [install] -prefix: /usr +prefix: ~ -- 1.5.6.2 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html