[Lunar-commits] <moonbase-other> MarkupSafe: adding --root=/
Dennis Veatch
dennisveatch at bellsouth.net
Tue Oct 21 12:02:01 CEST 2014
commit 761f9a941c0f330d49826ca05d1e45053762e242
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Tue, 21 Oct 2014 06:01:21 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/761f9a941c0f330d49826ca05d1e45053762e242
MarkupSafe: adding --root=/
---
python/MarkupSafe/BUILD | +2/-2
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/python/MarkupSafe/BUILD
+++ b/python/MarkupSafe/BUILD
@@ -2,10 +2,10 @@
# This part does Python2
python setup.py build &&
prepare_install &&
- python setup.py install --optimize=1 &&
+ python setup.py install --optimize=1 --root=/ &&
# Now do Python-3 part, they can live together
if in_depends $MODULE Python-3 ; then
python3 setup.py build &&
- python3 setup.py install --optimize=1
+ python3 setup.py install --optimize=1 --root=/
fi
More information about the Lunar-commits
mailing list