From: Pavel Roskin <proski@gnu.org>
To: Catalin Marinas <catalin.marinas@gmail.com>, git@vger.kernel.org
Subject: [PATCH 1/2] Use --force to overwrite python files
Date: Thu, 30 Aug 2007 23:04:49 -0400 [thread overview]
Message-ID: <20070831030449.22554.49699.stgit@dv.roinet.com> (raw)
Installing StGIT with "make install" is not working properly if another
version is installed. Files under ~/lib/python2.5/site-packages/stgit
are not updated.
This causes unexpected problems if switching between different branches
of StGIT.
Using "--force" ensures that the files in the tree are installed even if
the already installed files are newer.
Signed-off-by: Pavel Roskin <proski@gnu.org>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 8671209..c890b8e 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ all:
$(PYTHON) setup.py build
install:
- $(PYTHON) setup.py install --prefix=$(PREFIX) --root=$(DESTDIR)
+ $(PYTHON) setup.py install --prefix=$(PREFIX) --root=$(DESTDIR) --force
doc:
cd Documentation && $(MAKE) all
next reply other threads:[~2007-08-31 3:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-31 3:04 Pavel Roskin [this message]
2007-08-31 3:04 ` [PATCH 2/2] Fix refresh -es Pavel Roskin
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=20070831030449.22554.49699.stgit@dv.roinet.com \
--to=proski@gnu.org \
--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).