[Lunar-commits] <moonbase-other> lxml: don't overwrite python cache

v4hn me at v4hn.de
Sun Oct 19 15:41:06 CEST 2014


commit 2c6fd0fe5ed0794c7a8567d65711068641348a8a
Author: v4hn <me at v4hn.de>
Date: Sun, 19 Oct 2014 15:39:33 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/2c6fd0fe5ed0794c7a8567d65711068641348a8a

lxml: don't overwrite python cache
---
  python/lxml/BUILD | +1/-2     
  1 file changed, 1 insertion(+), 2 deletions(-)

--- a/python/lxml/BUILD
+++ b/python/lxml/BUILD
@@ -1,7 +1,6 @@
-
   python setup.py build &&
   prepare_install &&
-  python setup.py install --optimize=1 &&
+  python setup.py install --optimize=1 --root=/ &&
 
   if in_depends $MODULE Python-3 ; then
       python3 setup.py build    &&




More information about the Lunar-commits mailing list