13 lines
566 B
Diff
13 lines
566 B
Diff
diff -urNp ima-evm-utils-0.9/Makefile.am ima-evm-utils-0.9-patch/Makefile.am
|
|
--- ima-evm-utils-0.9/Makefile.am 2014-09-23 08:09:05.000000000 -0400
|
|
+++ ima-evm-utils-0.9-patch/Makefile.am 2014-10-31 13:00:03.492295123 -0400
|
|
@@ -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/xhtml-1_1/docbook.xsl
|
|
|
|
evmctl.1.html: README
|
|
@asciidoc -o $@ $<
|