Miro Hrončok 2020-07-21 18:43:48 +02:00
parent 02c3d0cb2f
commit 9c094494d8
1 changed files with 1 additions and 5 deletions

View File

@ -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