[Lunar-commits] <moonbase> Sphinx: Adding a missing depends and adjusting the BUILD.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Jan 8 15:26:08 CET 2012


commit d267c6ac9141a01243893fdae02bdcebb7a95ab3
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Jan 8 09:26:08 2012 -0500

    Sphinx: Adding a missing depends and adjusting the BUILD.
---
 python/Sphinx/BUILD   |    2 +-
 python/Sphinx/DEPENDS |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/python/Sphinx/BUILD b/python/Sphinx/BUILD
index 1a943c9..07e4dc4 100644
--- a/python/Sphinx/BUILD
+++ b/python/Sphinx/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/Sphinx/DEPENDS b/python/Sphinx/DEPENDS
index 2f74872..f0e1410 100644
--- a/python/Sphinx/DEPENDS
+++ b/python/Sphinx/DEPENDS
@@ -1,2 +1,3 @@
+depends docutils
 depends Python
 depends setuptools


More information about the Lunar-commits mailing list