set write permission on boost_build for INSTALL_DIR (#653)
Co-authored-by: James Sharpe <james.sharpe@zenotech.com>
This commit is contained in:
parent
beddf776f9
commit
eb72705d3d
|
@ -25,6 +25,7 @@ def _create_configure_script(configureParameters):
|
|||
return [
|
||||
"cd $INSTALLDIR",
|
||||
"##copy_dir_contents_to_dir## $$EXT_BUILD_ROOT$$/{}/. .".format(root),
|
||||
"chmod -R +w .",
|
||||
"./bootstrap.sh {}".format(" ".join(ctx.attr.bootstrap_options)),
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue