[Lunar-commits] <moonbase> cssutils: Adding the root path used by brebs in setuptools for the same reasons.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Tue Jan 18 13:26:57 CET 2011
commit f27c13f24db4c6c6381a202c487f58d6437dfc2a
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Tue Jan 18 07:26:57 2011 -0500
cssutils: Adding the root path used by brebs in setuptools for the same reasons.
---
python/cssutils/BUILD | 2 +-
python/cssutils/DETAILS | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/python/cssutils/BUILD b/python/cssutils/BUILD
index a66538b..ac92788 100644
--- a/python/cssutils/BUILD
+++ b/python/cssutils/BUILD
@@ -2,7 +2,7 @@
python setup.py build &&
prepare_install &&
- python setup.py install
+ python setup.py install --root=/
) > $C_FIFO 2>&1
diff --git a/python/cssutils/DETAILS b/python/cssutils/DETAILS
index e76eb89..1811516 100644
--- a/python/cssutils/DETAILS
+++ b/python/cssutils/DETAILS
@@ -5,7 +5,7 @@
SOURCE_VFY=sha1:16bdfcb4b1f438c7f2bde1ebc15014b7090ce377
WEB_SITE=http://cthedot.de/cssutils/
ENTERED=20100217
- UPDATED=20100217
+ UPDATED=20110118
SHORT="parse and build Cascading Style Sheets"
cat << EOF
A Python package to parse and build CSS Cascading Style Sheets. Currently a DOM
More information about the Lunar-commits
mailing list