From dd749d6921cd3af9014ae3418fcce1f328d29af8 Mon Sep 17 00:00:00 2001 From: Andrew Straw Date: Sat, 26 Sep 2009 17:26:01 -0700 Subject: 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. --- Debian/Debhelper/Buildsystem/python_distutils.pm | 1 + 1 file changed, 1 insertion(+) 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", -- cgit v1.2.3