diff options
Diffstat (limited to 'Debian/Debhelper/Buildsystem/python_distutils.pm')
-rw-r--r-- | Debian/Debhelper/Buildsystem/python_distutils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Buildsystem/python_distutils.pm b/Debian/Debhelper/Buildsystem/python_distutils.pm index fce4513..73ac2e3 100644 --- a/Debian/Debhelper/Buildsystem/python_distutils.pm +++ b/Debian/Debhelper/Buildsystem/python_distutils.pm @@ -25,7 +25,7 @@ sub new { my $class=shift; my $this=$class->SUPER::new(@_); # Out of source tree building is prefered. - $this->enforce_out_of_source_building(@_); + $this->prefer_out_of_source_building(@_); return $this; } |