Skip to content

Commit 99acb20

Browse files
committed
spec: Send PYTHON arg to install-html
1 parent c705a09 commit 99acb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tuned.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ make install-ppd DESTDIR="%{buildroot}" BINDIR="%{_bindir}" \
317317
SBINDIR="%{_sbindir}" DOCDIR="%{docdir}" %{make_python_arg}
318318

319319
# manual
320-
make install-html DESTDIR=%{buildroot} DOCDIR=%{docdir}
320+
make install-html DESTDIR=%{buildroot} DOCDIR=%{docdir} %{make_python_arg}
321321

322322
# conditional support for grub2, grub2 is not available on all architectures
323323
# and tuned is noarch package, thus the following hack is needed

0 commit comments

Comments
 (0)