[games] update env. variable name, clarify a bit variable documentation
This commit is contained in:
parent
394d7d2382
commit
cfbc09cc8c
@ -627,16 +627,16 @@ new-useflags: yes
|
|||||||
# Default is: no
|
# Default is: no
|
||||||
removed-useflags: yes
|
removed-useflags: yes
|
||||||
|
|
||||||
# Package pre execution script hook
|
# Package pre execution script hook, executed for each package
|
||||||
# Valid value is path to executable file
|
# Valid value is path to executable file
|
||||||
# Env vars:
|
# Env vars:
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
# MATTER_PACKAGE_NAME = name of the package that would be built
|
||||||
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
# pkgpre: /home/fabio/repos/entropy/services/matter_examples/pkgpre.sh
|
||||||
|
|
||||||
# Package build post execution script hook, executed for each package
|
# Package build post execution script hook, executed for each package
|
||||||
# Valid value is path to executable file
|
# Valid value is path to executable file
|
||||||
# Env vars:
|
# Env vars:
|
||||||
# BUILDER_PACKAGE_NAME = name of the package that would be built
|
# MATTER_PACKAGE_NAME = name of the package that would be built
|
||||||
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
# pkgpost: /home/fabio/repos/entropy/services/matter_examples/pkgpost.sh
|
||||||
|
|
||||||
# For more info regarding exported environment variables, please see:
|
# For more info regarding exported environment variables, please see:
|
||||||
|
Loading…
Reference in New Issue
Block a user