[games] update env. variable name, clarify a bit variable documentation

This commit is contained in:
Sławomir Nizio 2011-08-11 16:37:58 +02:00
parent 394d7d2382
commit cfbc09cc8c

View File

@ -627,16 +627,16 @@ new-useflags: yes
# Default is: no
removed-useflags: yes
# Package pre execution script hook
# Package pre execution script hook, executed for each package
# Valid value is path to executable file
# 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
# Package build post execution script hook, executed for each package
# Valid value is path to executable file
# 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
# For more info regarding exported environment variables, please see: