git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [StGit PATCH] Fixed default install location
@ 2008-07-24 10:20 Daniel White
  2008-07-24 19:45 ` Karl Hasselström
  2008-07-25 21:46 ` Catalin Marinas
  0 siblings, 2 replies; 8+ messages in thread
From: Daniel White @ 2008-07-24 10:20 UTC (permalink / raw)
  To: Catalin Marinas; +Cc: git

Originally broken by addition of Debian package support.

Signed-off-by: Daniel White <daniel@whitehouse.id.au>
---

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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-08-05 21:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-24 10:20 [StGit PATCH] Fixed default install location Daniel White
2008-07-24 19:45 ` Karl Hasselström
2008-07-25 21:46 ` Catalin Marinas
2008-07-27  6:27   ` Daniel White
2008-07-27  8:21     ` Catalin Marinas
2008-07-31  6:29       ` [StGit RFC] Pull request for build/install work Daniel White
2008-08-04 14:38         ` Karl Hasselström
2008-08-05 21:10           ` Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).