]> git.pld-linux.org Git - packages/libxml2.git/blame - libxml2-DESTDIR.patch
- updated to 2.6.31 (security fix [CVE-2007-6284?])
[packages/libxml2.git] / libxml2-DESTDIR.patch
CommitLineData
b70fc3e9
JB
1--- libxml2-2.6.31/python/Makefile.am.orig 2008-01-11 08:22:32.000000000 +0100
2+++ libxml2-2.6.31/python/Makefile.am 2008-01-14 00:00:56.657955544 +0100
3@@ -34,6 +34,7 @@
91bd82d2 4 all-local: libxml2.py
b99212de 5
b99212de 6 python_LTLIBRARIES = libxml2mod.la
e4f3a1d3 7+python_DATA = libxml2.py drv_libxml2.py
b99212de 8
9 libxml2mod_la_SOURCES = libxml.c types.c libxml2-py.c
b70fc3e9
JB
10 libxml2mod_la_LIBADD = $(mylibs) @CYGWIN_EXTRA_PYTHON_LIBADD@
11@@ -41,14 +42,6 @@
12 libxml2.py: $(srcdir)/libxml.py libxml2class.py
13 cat $(srcdir)/libxml.py libxml2class.py > libxml2.py
b99212de 14
15-install-data-local:
91bd82d2 16- $(mkinstalldirs) $(DESTDIR)$(pythondir)
17- @INSTALL@ -m 0644 libxml2.py $(DESTDIR)$(pythondir)
e4f3a1d3 18- @INSTALL@ -m 0644 $(srcdir)/drv_libxml2.py $(DESTDIR)$(pythondir)
20f77bfc 19- $(mkinstalldirs) $(DESTDIR)$(DOCS_DIR)
b99212de 20- @(for doc in $(DOCS) ; \
20f77bfc 21- do @INSTALL@ -m 0644 $$doc $(DESTDIR)$(DOCS_DIR) ; done)
b99212de 22-
b70fc3e9
JB
23 uninstall-local:
24 @(for doc in $(DOCS) ; \
25 do rm $(DESTDIR)$(DOCS_DIR)/`basename $$doc` ; done)
This page took 0.055846 seconds and 4 git commands to generate.