summaryrefslogtreecommitdiffstats
path: root/package/shared-mime-info/shared-mime-info-0.60-fix-xmllint.patch
blob: 921333e3d93aa0fa6341e13c5242e8d9f2e60534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: shared-mime-info-0.60/Makefile.am
===================================================================
--- shared-mime-info-0.60.orig/Makefile.am
+++ shared-mime-info-0.60/Makefile.am
@@ -72,7 +72,7 @@
 
 check: freedesktop.org.xml
 	if test -n $(XMLLINT) ; then \
-		xmllint --noout --valid $(top_srcdir)/freedesktop.org.xml;	\
+		$(XMLLINT) --noout --valid $(top_srcdir)/freedesktop.org.xml;	\
 	fi
 	if test -d CVS/ && test -x ../xdgmime/src/test-mime-data && test -x $(top_builddir)/test-tree-magic ; then \
 		mkdir -p $(top_builddir)/temp-mime-dir/mime/packages ; \