- or download this
o conf make_install_make_command 'su root -c make'
o conf mbuild_install_build_command 'su root -c ./Build'
- or download this
o conf make_install_make_command 'sudo make'
o conf mbuild_install_build_command 'sudo ./Build'
- or download this
o conf make_install_make_command 'sudo -u root make'
o conf mbuild_install_build_command 'sudo -u root ./Build'
- or download this
o conf commit