Global variables
Useful pieces of information available to your scriptsVariables in this category
$CXX_ABI |
$DISPLAYNAME |
$EXECUTED_FROM_DIRECTORY |
$INTERFACEVERSION |
$PREFIX |
$ROOTNAME |
$SHORTNAME |
$SOFTWAREVERSION |
$WORKING_DIRECTORY |
Details
$CXX_ABIThe current system's C++ ABI version. Can be one of these: 0 (unknown), 1 (GCC 3.2 ABI), 2 (GCC 3.4 ABI)
$DISPLAYNAME
This variable contains the display name of the package, as given in the specfile.
$EXECUTED_FROM_DIRECTORY
The absolute path of the directory from which the autopackage was run. This is NOT necessarily the absolute path of the package itself, consider the case where a user runs, eg "/tmp/foo-1.0.x86.package" from their home directory.
$INTERFACEVERSION
The interface version of the package, as given in the specfile.
$PREFIX
The path of the prefix to which the software is installed.
$ROOTNAME
This variable contains the root name of the package, as given in the specfile.
$SHORTNAME
This variable contains the short name of the package, as given in the specfile.
$SOFTWAREVERSION
The software version of the package, as given in the specfile.
$WORKING_DIRECTORY
The absolute path of the temporary directory from which the autopackage is using. The directory will contain all objects used during the installation session. Scripts should use this variable instead of $TMP as it is already setup as temporary.