Fixed default install location
authorDaniel White <daniel@whitehouse.id.au>
Thu, 24 Jul 2008 19:25:08 +0000 (21:25 +0200)
committerKarl Hasselström <kha@treskal.com>
Thu, 24 Jul 2008 19:25:08 +0000 (21:25 +0200)
Originally broken by addition of Debian package support.

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.

Signed-off-by: Daniel White <daniel@whitehouse.id.au>
Signed-off-by: Karl Hasselström <kha@treskal.com>
setup.cfg

index 1eb8e9b..4359033 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,2 @@
 [install]
-prefix: /usr
+prefix: ~