[Lunar-commits] <moonbase> mechanize: Adding the root path that brebs used for setuptools for the same reasons.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Jan 18 13:23:55 CET 2011


commit 9ea4fa38c6ff75be73cbbc6674198cb513399a5b
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Jan 18 07:23:55 2011 -0500

    mechanize: Adding the root path that brebs used for setuptools for the same reasons.
---
 python/mechanize/BUILD   |    2 +-
 python/mechanize/DETAILS |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/mechanize/BUILD b/python/mechanize/BUILD
index 907875b..b2f845f 100644
--- a/python/mechanize/BUILD
+++ b/python/mechanize/BUILD
@@ -2,6 +2,6 @@
 
     python setup.py build   &&
     prepare_install         &&
-    python setup.py install
+    python setup.py install --root=/
 
 ) > $C_FIFO 2>&1
diff --git a/python/mechanize/DETAILS b/python/mechanize/DETAILS
index 1c54ccf..0fe885b 100644
--- a/python/mechanize/DETAILS
+++ b/python/mechanize/DETAILS
@@ -5,7 +5,7 @@
       SOURCE_VFY=sha1:69ef3a38cd5e097aee1f24772f255e239c41e56c
         WEB_SITE=http://wwwsearch.sourceforge.net/mechanize/
          ENTERED=20090108
-         UPDATED=20090329
+         UPDATED=20110118
            SHORT="stateful programmatic web browsing in Python"
 
 cat << EOF


More information about the Lunar-commits mailing list