shared-mime-info-0.60-fix-xmllint.patch 653 B

1234567891011121314151617
  1. ---
  2. Makefile.am | 2 +-
  3. 1 file changed, 1 insertion(+), 1 deletion(-)
  4. Index: shared-mime-info-0.60/Makefile.am
  5. ===================================================================
  6. --- shared-mime-info-0.60.orig/Makefile.am
  7. +++ shared-mime-info-0.60/Makefile.am
  8. @@ -72,7 +72,7 @@
  9. check: freedesktop.org.xml
  10. if test -n $(XMLLINT) ; then \
  11. - xmllint --noout --valid $(top_srcdir)/freedesktop.org.xml; \
  12. + $(XMLLINT) --noout --valid $(top_srcdir)/freedesktop.org.xml; \
  13. fi
  14. if test -d CVS/ && test -x ../xdgmime/src/test-mime-data && test -x $(top_builddir)/test-tree-magic ; then \
  15. mkdir -p $(top_builddir)/temp-mime-dir/mime/packages ; \