Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > 4210c4306306e186f88f415c9116afca > files > 1

trace-cmd-1.0.4-2mdv2011.0.src.rpm

Index: trace-cmd-0d25222/Documentation/Makefile
===================================================================
--- trace-cmd-0d25222.orig/Documentation/Makefile
+++ trace-cmd-0d25222/Documentation/Makefile
@@ -46,7 +46,7 @@ endef
 # Most likely a docbook.xsl is already installed on the users system
 # instead of creating a new wheel, lets reuse what's already there.
 #
-MANPAGE_DOCBOOK_XSL =  $(shell locate manpages/docbook.xsl | head -1)
+MANPAGE_DOCBOOK_XSL ?= $(shell locate manpages/docbook.xsl | head -1)
 
 $(obj)/%.xsl: $(src)/%.txt
 	$(Q)mkdir -p $(obj)