diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-09-06 03:10:41 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-09-06 03:10:41 +0000 |
commit | 11e8231384e455532eb31fe5feba7faca217cce1 (patch) | |
tree | 0485f9ef0043d7a01acda14ecb1ffc0c80365707 /dev-libs/libxml2/files | |
parent | new version and a patch to make it adhere to sandbox with DESTDIR and python (diff) | |
download | gentoo-2-11e8231384e455532eb31fe5feba7faca217cce1.tar.gz gentoo-2-11e8231384e455532eb31fe5feba7faca217cce1.tar.bz2 gentoo-2-11e8231384e455532eb31fe5feba7faca217cce1.zip |
new version and a patch to make it adhere to DESTDIR with python
Diffstat (limited to 'dev-libs/libxml2/files')
-rw-r--r-- | dev-libs/libxml2/files/Makefile-py.patch | 18 | ||||
-rw-r--r-- | dev-libs/libxml2/files/digest-libxml2-2.4.24 | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-libs/libxml2/files/Makefile-py.patch b/dev-libs/libxml2/files/Makefile-py.patch new file mode 100644 index 000000000000..67c8b6b0fb8d --- /dev/null +++ b/dev-libs/libxml2/files/Makefile-py.patch @@ -0,0 +1,18 @@ +--- python/Makefile.old Fri Sep 6 04:39:34 2002 ++++ python/Makefile Fri Sep 6 04:40:57 2002 +@@ -538,11 +538,11 @@ + cat $(srcdir)/libxml.py libxml2class.py > libxml2.py + + install-data-local: +- $(mkinstalldirs) $(libdir)/python${PYTHON_VERSION}/site-packages +- /bin/install -c -m 0644 libxml2.py $(libdir)/python${PYTHON_VERSION}/site-packages +- $(mkinstalldirs) $(DOCS_DIR) ++ $(mkinstalldirs) $(DESTDIR)/$(libdir)/python${PYTHON_VERSION}/site-packages ++ /bin/install -c -m 0644 libxml2.py $(DESTDIR)/$(libdir)/python${PYTHON_VERSION}/site-packages ++ $(mkinstalldirs) $(DESTDIR)/$(DOCS_DIR) + @(for doc in $(DOCS) ; \ +- do /bin/install -c -m 0644 $$doc $(DOCS_DIR) ; done) ++ do /bin/install -c -m 0644 $$doc $(DESTDIR)/$(DOCS_DIR) ; done) + + $(GENERATED): gen_prog + diff --git a/dev-libs/libxml2/files/digest-libxml2-2.4.24 b/dev-libs/libxml2/files/digest-libxml2-2.4.24 new file mode 100644 index 000000000000..9d2385b1c098 --- /dev/null +++ b/dev-libs/libxml2/files/digest-libxml2-2.4.24 @@ -0,0 +1 @@ +MD5 b2dc5525fd6e49d36b90f1e07bac3f34 libxml2-2.4.24.tar.bz2 1562484 |