34a8f0d957
Security: This contains a security fix for a UTF-8 processing bug.
11 lines
435 B
Text
11 lines
435 B
Text
--- python/tests/Makefile.in.orig 2008-01-22 15:51:51.000000000 -0500
|
|
+++ python/tests/Makefile.in 2008-01-22 15:52:12.000000000 -0500
|
|
@@ -259,7 +259,7 @@ sysconfdir = @sysconfdir@
|
|
target_alias = @target_alias@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-EXAMPLE_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples
|
|
+EXAMPLE_DIR = $(datadir)/examples/py-libxml2
|
|
PYTESTS = \
|
|
build.py \
|
|
attribs.py \
|