summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Buildsystem/python_distutils.pm
diff options
context:
space:
mode:
authorAndrew Straw <strawman@astraw.com>2009-09-26 17:26:01 -0700
committerJoey Hess <joey@gnu.kitenet.net>2009-10-01 14:10:53 -0400
commitdd749d6921cd3af9014ae3418fcce1f328d29af8 (patch)
tree1175f241efaa2dff547fbb5c90c1ad20c462c6f3 /Debian/Debhelper/Buildsystem/python_distutils.pm
parent93ff23687656aa24a68a29eb30908974e55da3ef (diff)
Pass --force option to Python distutils install command.
This command will prevent distutils from attempting to determine whether a file should be installed based on the timestamp of the to-be-overwritten file.
Diffstat (limited to 'Debian/Debhelper/Buildsystem/python_distutils.pm')
-rw-r--r--Debian/Debhelper/Buildsystem/python_distutils.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Debian/Debhelper/Buildsystem/python_distutils.pm b/Debian/Debhelper/Buildsystem/python_distutils.pm
index bc6e71f7..17440042 100644
--- a/Debian/Debhelper/Buildsystem/python_distutils.pm
+++ b/Debian/Debhelper/Buildsystem/python_distutils.pm
@@ -167,6 +167,7 @@ sub install {
my $this=shift;
my $destdir=shift;
$this->setup_py("install",
+ "--force",
"--root=$destdir",
"--no-compile",
"-O0",