diff options
Diffstat (limited to 'textproc/libxml2/files/patch-python_tests_Makefile.in')
-rw-r--r-- | textproc/libxml2/files/patch-python_tests_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/libxml2/files/patch-python_tests_Makefile.in b/textproc/libxml2/files/patch-python_tests_Makefile.in new file mode 100644 index 000000000..405539d86 --- /dev/null +++ b/textproc/libxml2/files/patch-python_tests_Makefile.in @@ -0,0 +1,11 @@ +--- python/tests/Makefile.in.orig 2008-05-23 22:41:49.000000000 -0500 ++++ python/tests/Makefile.in 2008-05-23 22:42:12.000000000 -0500 +@@ -270,7 +270,7 @@ + target_alias = @target_alias@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-exampledir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples ++exampledir = $(datadir)/examples/py-libxml2 + dist_example_DATA = $(PYTESTS) $(XMLS) + PYTESTS = \ + build.py \ |