[Lunar-commits] <moonbase-other> gdal: Adjusting BUILD need --root=/ for the python3 install else lunar fix Python kicks off
Dennis Veatch
dennisveatch at bellsouth.net
Sun Oct 12 15:20:40 CEST 2014
commit 2601f2f70d8a2b194ec435d12274444a9ca5ba7e
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sun, 12 Oct 2014 09:19:13 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/2601f2f70d8a2b194ec435d12274444a9ca5ba7e
gdal: Adjusting BUILD need --root=/ for the python3 install else lunar fix Python kicks off
complaining about gdal pyo files are missing.
---
libs/gdal/BUILD | +1/-1
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/libs/gdal/BUILD
+++ b/libs/gdal/BUILD
@@ -22,5 +22,5 @@
if in_depends $MODULE Python ; then
python3 setup.py build &&
- python3 setup.py install
+ python3 setup.py install --root=/
fi
More information about the Lunar-commits
mailing list