summaryrefslogtreecommitdiff
path: root/Debian/Debhelper
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-10-01 14:11:13 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-10-01 14:11:13 -0400
commitec62efa9792eae708c39c688aacc0a26f90c7fda (patch)
tree94a1625b8f43ab35d2e3bd4ef576833fc25bb5b0 /Debian/Debhelper
parentdd749d6921cd3af9014ae3418fcce1f328d29af8 (diff)
indentation
Diffstat (limited to 'Debian/Debhelper')
-rw-r--r--Debian/Debhelper/Buildsystem/python_distutils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Buildsystem/python_distutils.pm b/Debian/Debhelper/Buildsystem/python_distutils.pm
index 17440042..9b20e185 100644
--- a/Debian/Debhelper/Buildsystem/python_distutils.pm
+++ b/Debian/Debhelper/Buildsystem/python_distutils.pm
@@ -167,7 +167,7 @@ sub install {
my $this=shift;
my $destdir=shift;
$this->setup_py("install",
- "--force",
+ "--force",
"--root=$destdir",
"--no-compile",
"-O0",