Skip to content

Commit

Permalink
gdal: Adjusting BUILD need --root=/ for the python3 install else luna…
Browse files Browse the repository at this point in the history
…r fix Python kicks off

complaining about gdal pyo files are missing.
  • Loading branch information
stumbles committed Oct 12, 2014
1 parent a89881c commit 2601f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/gdal/BUILD
Expand Up @@ -22,5 +22,5 @@

if in_depends $MODULE Python ; then
python3 setup.py build &&
python3 setup.py install
python3 setup.py install --root=/
fi

0 comments on commit 2601f2f

Please sign in to comment.