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
|
mkdir -p $ConfDir
|
||||||
pushd $ConfDir
|
pushd $ConfDir
|
||||||
|
|
||||||
make \
|
%make_install EXTRA_CFLAGS="$MoreCFlags"
|
||||||
DESTDIR=%{buildroot} \
|
|
||||||
INSTALL="install -p" \
|
|
||||||
EXTRA_CFLAGS="$MoreCFlags" \
|
|
||||||
install
|
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user