X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_auto_install;fp=dh_auto_install;h=264725ca80da60ea64c02289a36cc23548c94592;hb=e7dad1ee9b1cbee709ca9427b642573d78afc99d;hp=8e7ab907ae8b5123fb6753db73b00285a65726d7;hpb=15ca2f911b6483d40fce804a78ff4546b471f051;p=debhelper.git diff --git a/dh_auto_install b/dh_auto_install index 8e7ab90..264725c 100755 --- a/dh_auto_install +++ b/dh_auto_install @@ -90,6 +90,7 @@ elsif (-e "setup.py") { @{$dh{U_PARAMS}}); } elsif (-e "Build.PL" && -e "Build") { + $ENV{MODULEBUILDRC} = "/dev/null"; doit("perl", "Build", "install", "destdir=$destdir", "create_packlist=0", @{$dh{U_PARAMS}}); }