[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] swig-dist-install.patch

From: Brandon Ehle <azverkan_at_yahoo.com>
Date: 2002-12-12 03:57:51 CET

* Makefile.in:
  This adds the ability for package maintainers to provide a
  --prefix= command or for users to provide --home=~ if they don't
  have write permissions to lib/python2.2/site-packages.

Index: Makefile.in
===================================================================
--- Makefile.in (revision 4095)
+++ Makefile.in (working copy)
@@ -309,11 +309,11 @@
 
 swig-py-ext: swig-assert-available
         cd $(SWIG_BUILD_DIR)/python; \
- $(PYTHON) $(PYTHON_DISTUTIL) build
+ $(PYTHON) $(PYTHON_DISTUTIL) build $(DISTUTIL_PARAM)
 
 install-swig-py-ext: swig-assert-available
         cd $(SWIG_BUILD_DIR)/python; \
- $(PYTHON) $(PYTHON_DISTUTIL) install
+ $(PYTHON) $(PYTHON_DISTUTIL) install $(DISTUTIL_PARAM)
 
 swig-py-ext-clean:
         rm -rf $(SWIG_BUILD_DIR)/python/build

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 12 00:55:57 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.