aports/testing/moreutils/docbook-xsl.patch
2014-12-31 14:02:11 +00:00

15 lines
455 B
Diff

diff --git a/Makefile b/Makefile
index 4f8af10..001c69b 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ CFLAGS?=-O2 -g -Wall
INSTALL_BIN?=install -s
PREFIX?=/usr
-DOCBOOK2XMAN=xsltproc --param man.authors.section.enabled 0 /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl
+DOCBOOK2XMAN=xsltproc --param man.authors.section.enabled 0 /usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl
+
all: $(BINS) $(MANS)