]> git.pld-linux.org Git - packages/crossmingw32-libxml2.git/blob - libxml2-DESTDIR.patch
- updated for 2.6.31
[packages/crossmingw32-libxml2.git] / libxml2-DESTDIR.patch
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 @@
4  all-local:     libxml2.py
5  
6  python_LTLIBRARIES = libxml2mod.la
7 +python_DATA = libxml2.py drv_libxml2.py
8  
9  libxml2mod_la_SOURCES = libxml.c types.c libxml2-py.c
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
14  
15 -install-data-local:
16 -       $(mkinstalldirs) $(DESTDIR)$(pythondir)
17 -       @INSTALL@ -m 0644 libxml2.py $(DESTDIR)$(pythondir)
18 -       @INSTALL@ -m 0644 $(srcdir)/drv_libxml2.py $(DESTDIR)$(pythondir)
19 -       $(mkinstalldirs) $(DESTDIR)$(DOCS_DIR)
20 -       @(for doc in $(DOCS) ; \
21 -          do @INSTALL@ -m 0644 $$doc $(DESTDIR)$(DOCS_DIR) ; done)
22 -
23  uninstall-local:
24         @(for doc in $(DOCS) ; \
25            do rm $(DESTDIR)$(DOCS_DIR)/`basename $$doc` ; done)
This page took 0.058871 seconds and 4 git commands to generate.