]> git.pld-linux.org Git - packages/crossmingw32-libxml2.git/commitdiff
- DESTDIR fixes for libxml2. libxml2-2_4_24-1
authorkloczek <kloczek@pld-linux.org>
Sat, 24 Aug 2002 14:44:01 +0000 (14:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libxml2-DESTDIR.patch -> 1.1

libxml2-DESTDIR.patch [new file with mode: 0644]

diff --git a/libxml2-DESTDIR.patch b/libxml2-DESTDIR.patch
new file mode 100644 (file)
index 0000000..6c7397e
--- /dev/null
@@ -0,0 +1,24 @@
+--- libxml2-2.4.24/python/Makefile.am~ Sat Aug 24 16:20:59 2002
++++ libxml2-2.4.24/python/Makefile.am  Sat Aug 24 16:20:59 2002
+@@ -32,6 +32,7 @@
+ pythondir = $(libdir)/python${PYTHON_VERSION}/site-packages
+ python_LTLIBRARIES = libxml2mod.la
++python_DATA = libxml2.py
+ libxml2mod_la_SOURCES = libxml.c types.c libxml2-py.c
+ libxml2mod_la_LIBADD = $(mylibs)
+@@ -39,13 +40,6 @@
+ libxml2.py: $(srcdir)/libxml.py libxml2class.py
+       cat $(srcdir)/libxml.py libxml2class.py > libxml2.py
+-install-data-local:
+-      $(mkinstalldirs) $(libdir)/python${PYTHON_VERSION}/site-packages
+-      @INSTALL@ -m 0644 libxml2.py $(libdir)/python${PYTHON_VERSION}/site-packages
+-      $(mkinstalldirs) $(DOCS_DIR)
+-      @(for doc in $(DOCS) ; \
+-         do @INSTALL@ -m 0644 $$doc $(DOCS_DIR) ; done)
+-
+ GENERATE = generator.py
+ API_DESC = $(top_srcdir)/doc/libxml2-api.xml $(srcdir)/libxml2-python-api.xml
+ GENERATED= $(srcdir)/libxml2class.py \
This page took 0.184693 seconds and 4 git commands to generate.