From 9c094494d892bb904e4061ca9a74fc8761a8d1f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 21 Jul 2020 18:43:48 +0200 Subject: [PATCH] Use make macros https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro --- python3.9.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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