ima-evm-utils/docbook-xsl-path.patch
Bruno E. O. Meneguele c1b3c4b3df - Adjusted docbook xsl path to match the correct stylesheet (BZ#1514985)
- Remove only *.la files, considering there aren't any *.a files
2017-11-20 18:31:48 -02:00

13 lines
563 B
Diff

diff -urNp ima-evm-utils-1.0-orig/Makefile.am ima-evm-utils-1.0/Makefile.am
--- ima-evm-utils-1.0-orig/Makefile.am 2015-07-30 15:28:53.000000000 -0300
+++ ima-evm-utils-1.0/Makefile.am 2017-11-20 16:20:04.245591165 -0200
@@ -24,7 +24,7 @@ rpm: $(tarname)
rpmbuild -ba --nodeps $(SPEC)
# requires asciidoc, xslproc, docbook-xsl
-MANPAGE_DOCBOOK_XSL = /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl
+MANPAGE_DOCBOOK_XSL = http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
evmctl.1.html: README
@asciidoc -o $@ $<