diff --git a/python3.spec b/python3.spec index 076a039..5bc1f07 100644 --- a/python3.spec +++ b/python3.spec @@ -795,11 +795,7 @@ InstallPython() { mkdir -p $ConfDir pushd $ConfDir - make \ - DESTDIR=%{buildroot} \ - INSTALL="install -p" \ - EXTRA_CFLAGS="$MoreCFlags" \ - install + %make_install EXTRA_CFLAGS="$MoreCFlags" popd