summaryrefslogtreecommitdiff
path: root/dh_auto_install
diff options
context:
space:
mode:
Diffstat (limited to 'dh_auto_install')
-rwxr-xr-xdh_auto_install1
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_auto_install b/dh_auto_install
index 264725ca..61ed9044 100755
--- a/dh_auto_install
+++ b/dh_auto_install
@@ -87,6 +87,7 @@ elsif (-e "setup.py") {
doit("python", "setup.py", "install",
"--root=$destdir",
"--no-compile", "-O0",
+ "--install-layout=deb",
@{$dh{U_PARAMS}});
}
elsif (-e "Build.PL" && -e "Build") {