1
0
Fork 0

Merge pull request #813 from yarda/centos7-fix

spec: use correct python interpreter for documentation installation
This commit is contained in:
Jaroslav Škarvada 2026-02-05 15:20:01 +01:00 committed by GitHub
commit d71b491a1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -317,7 +317,7 @@ make install-ppd DESTDIR="%{buildroot}" BINDIR="%{_bindir}" \
SBINDIR="%{_sbindir}" DOCDIR="%{docdir}" %{make_python_arg}
# manual
make install-html DESTDIR=%{buildroot} DOCDIR=%{docdir}
make install-html DESTDIR=%{buildroot} DOCDIR=%{docdir} %{make_python_arg}
# conditional support for grub2, grub2 is not available on all architectures
# and tuned is noarch package, thus the following hack is needed