SandboxInstall
From GoboLinux Knowledge Base
Runs 'make install', using a sandbox environment.
Usage: SandboxInstall [<options>] <program_name> [<program_version>] [ -- <extra_arguments> ]
Options:
- -h, --help - Shows this help.
- -v, --version - Show program version.
- -V, --verbose - Enable verbose mode.
- -t, --target <entry> - Makefile target to be used. The default value is 'install'.
- -f, --makefile <entry> - Specify which makefile to use. The default value is 'Makefile'.
- -c, --command <entry> - Use the given command instead of make. Options --target and --makefile are then ignored.
- -C, --cross-compile - lets GoboPath export directories based on $crossPrefixDir.
- -a, --add-allowed - Specify additional allowed directories or files. Colon separated list.
- -F, --no-sandbox - Do not protect the installation with a sandbox.
- -e, --expand-sandbox - By default, the sandbox is built relative to the current directory, '.'. Passing 1 to this option will build it relative to the parent directory, '..', passing 2 relative to '../..', and so on.
- -l, --allow-leftovers - When using UnionFS, do not return a failure code when it catches files outside the sandbox.


