]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Buildsystem/python_distutils.pm
Pass --force option to Python distutils install command.
[debhelper.git] / Debian / Debhelper / Buildsystem / python_distutils.pm
index bc6e71f7756f0ff17fe38934e66adb2574ab8fbd..174400421db34d89fa173a74a6226a8c0c3493be 100644 (file)
@@ -167,6 +167,7 @@ sub install {
        my $this=shift;
        my $destdir=shift;
        $this->setup_py("install",
+                "--force",
                "--root=$destdir",
                "--no-compile",
                "-O0",