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

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


commit 6a72eade8052d35300433abdce05dd4338b67ede
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Jan 18 07:27:41 2011 -0500

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

diff --git a/python/ClientForm/BUILD b/python/ClientForm/BUILD
index 1ccb7f4..fb6c0eb 100644
--- a/python/ClientForm/BUILD
+++ b/python/ClientForm/BUILD
@@ -1,4 +1,7 @@
 (
+
+   python setup.py build &&
    prepare_install &&
-   python setup.py install
+   python setup.py install --root=/
+
 ) > $C_FIFO 2>&1
diff --git a/python/ClientForm/DETAILS b/python/ClientForm/DETAILS
index 2e7259b..6016a13 100644
--- a/python/ClientForm/DETAILS
+++ b/python/ClientForm/DETAILS
@@ -1,12 +1,11 @@
           MODULE=ClientForm
          VERSION=0.2.10
           SOURCE=$MODULE-$VERSION.tar.gz
-# SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=http://wwwsearch.sourceforge.net/$MODULE/src/
       SOURCE_VFY=sha1:e0228e8a6b65dad8457266831fbce84daf3588bd
         WEB_SITE=http://wwwsearch.sourceforge.net/$MODULE/
          ENTERED=20090413
-         UPDATED=20090413
+         UPDATED=20110118
            SHORT="a Python module for handling HTML forms on the client side"
 
 cat << EOF


More information about the Lunar-commits mailing list