From: Daniel White <daniel@whitehouse.id.au>
To: Catalin Marinas <catalin.marinas@gmail.com>
Cc: git@vger.kernel.org
Subject: [StGit PATCH] Fixed default install location
Date: Thu, 24 Jul 2008 20:20:31 +1000 [thread overview]
Message-ID: <20080724202031.55dec8e8@whitehouse.id.au> (raw)
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
next reply other threads:[~2008-07-24 10:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-24 10:20 Daniel White [this message]
2008-07-24 19:45 ` [StGit PATCH] Fixed default install location 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080724202031.55dec8e8@whitehouse.id.au \
--to=daniel@whitehouse.id.au \
--cc=catalin.marinas@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).