diff --git a/python3.9.spec b/python3.9.spec index ffba23f..68967fd 100644 --- a/python3.9.spec +++ b/python3.9.spec @@ -831,11 +831,7 @@ InstallPython() { mkdir -p $ConfDir pushd $ConfDir - make \ - DESTDIR=%{buildroot} \ - INSTALL="install -p" \ - EXTRA_CFLAGS="$MoreCFlags" \ - install + %make_install EXTRA_CFLAGS="$MoreCFlags" popd