feat(bash): several chores to bash scripts: (#23250)
This commit is contained in:
parent
87deaf7159
commit
cfc8678843
6 changed files with 115 additions and 22 deletions
3
conf/dist/config.sh
vendored
3
conf/dist/config.sh
vendored
|
|
@ -112,7 +112,8 @@ export CCACHE_DIR=${CCACHE_DIR:-"$AC_PATH_VAR/ccache"}
|
|||
# Enable running the cmake install as root
|
||||
# Installing as root allows to set the SUID bit on
|
||||
# the worldserver binary. This is required if you want
|
||||
# to bind the worldserver to reserved ports
|
||||
# to bind the worldserver to reserved ports and allow
|
||||
# it to set higher process priority.
|
||||
# Default: 0 (false)
|
||||
#
|
||||
export AC_ENABLE_ROOT_CMAKE_INSTALL=${AC_ENABLE_ROOT_CMAKE_INSTALL:-0}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue