]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Buildsystem/python_distutils.pm
Rename enforce_out_of_source_building() to prefer_
[debhelper.git] / Debian / Debhelper / Buildsystem / python_distutils.pm
index fce45135771a702cec995fc4aa8462e1b3b79dd1..73ac2e300f6a86db98b7677851fbbbcc714812d9 100644 (file)
@@ -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;
 }