From 8890fd28cdca58fc15306e34d022f312a2708ca6 Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Tue, 30 Jun 2009 01:07:58 +0300 Subject: [PATCH] Call SUPER in python_distutils::pre_building_step. Signed-off-by: Modestas Vainius --- Debian/Debhelper/Buildsystem/python_distutils.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Debian/Debhelper/Buildsystem/python_distutils.pm b/Debian/Debhelper/Buildsystem/python_distutils.pm index bb50257..56f13dd 100644 --- a/Debian/Debhelper/Buildsystem/python_distutils.pm +++ b/Debian/Debhelper/Buildsystem/python_distutils.pm @@ -73,6 +73,8 @@ sub pre_building_step { # Distutils reads $HOME/.pydistutils.cfg $ENV{HOME} = Cwd::abs_path($this->get_buildpath()); } + + $this->SUPER::pre_building_step($step); } sub setup_py { -- 2.39.5