Use make macros
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
This commit is contained in:
parent
02c3d0cb2f
commit
9c094494d8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user