]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Buildsystem/python_distutils.pm
Rename _canonpath to canonpath.
[debhelper.git] / Debian / Debhelper / Buildsystem / python_distutils.pm
index 73ac2e300f6a86db98b7677851fbbbcc714812d9..bb502573819658a5c0130f0e9ce85487395a5f6f 100644 (file)
@@ -18,7 +18,7 @@ sub DESCRIPTION {
 
 sub DEFAULT_BUILD_DIRECTORY {
        my $this=shift;
-       return $this->_canonpath($this->get_sourcepath("build"));
+       return $this->canonpath($this->get_sourcepath("build"));
 }
 
 sub new {