chiark / gitweb /
Use --force to overwrite python files
authorPavel Roskin <proski@gnu.org>
Fri, 31 Aug 2007 03:04:49 +0000 (23:04 -0400)
committerKarl Hasselström <kha@treskal.com>
Fri, 31 Aug 2007 18:46:39 +0000 (20:46 +0200)
commit09e022f5a3228abd81944f478ba4e6f1861406bd
treeaab8e7419f84fb21d17869a4aba17e6d9d127cf4
parentf5a9f89f783c75bccd1ddb68c7b63ad57539d5b6
Use --force to overwrite python files

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>
Signed-off-by: Karl Hasselström <kha@treskal.com>
Makefile