From: Daniel White Date: Thu, 24 Jul 2008 19:25:08 +0000 (+0200) Subject: Fixed default install location X-Git-Tag: v0.15-rc1~49^2~7 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/edca53204c2461fd451bf3a8bbb18e59c6260523?ds=sidebyside;hp=-c Fixed default install location 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 Signed-off-by: Karl Hasselström --- edca53204c2461fd451bf3a8bbb18e59c6260523 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: ~