Updates + build script

This commit is contained in:
patvdv 2017-09-22 15:57:42 +02:00
parent 3166f4a98e
commit 44a87e3b9c
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
#****************************************************************************** #******************************************************************************
# Requires following build (dir) structures: # Requires following build (dir) structures:
# #
# build_linux_rpms.sh # hc_build_linux_rpms.sh
# BUILD/ # BUILD/
# BUILDROOT/ # BUILDROOT/
# RPMS/ # RPMS/
@ -28,9 +28,9 @@
# SRPMS/ # SRPMS/
# #
# Build order: # Build order:
# 1) Copy sources/scrips to the correct locations # 1) Copy sources/scripts to the correct locations
# 2) Copy template, build and installer script files into correct locations # 2) Copy template, build and installer script files into correct locations
# 3) Execute build_linux_rpms.sh # 3) Execute hc_build_linux_rpms.sh
# 4) RPM packages may be found in the RPMS directory # 4) RPM packages may be found in the RPMS directory
#****************************************************************************** #******************************************************************************

View File

@ -38,7 +38,7 @@
# ------------------------- CONFIGURATION starts here ------------------------- # ------------------------- CONFIGURATION starts here -------------------------
# define the version (YYYY-MM-DD) # define the version (YYYY-MM-DD)
typeset -r SCRIPT_VERSION="2017-08-24" typeset -r SCRIPT_VERSION="2017-09-11"
# location of parent directory containing KSH functions/HC plugins # location of parent directory containing KSH functions/HC plugins
typeset -r FPATH_PARENT="/opt/hc/lib" typeset -r FPATH_PARENT="/opt/hc/lib"
# location of custom HC configuration files # location of custom HC configuration files
@ -55,7 +55,7 @@ typeset -r SEP="|"
typeset -r EXEC_USER="root" typeset -r EXEC_USER="root"
# ------------------------- CONFIGURATION ends here --------------------------- # ------------------------- CONFIGURATION ends here ---------------------------
# miscellaneous # miscellaneous
typeset PATH=${PATH}:/usr/bin:/usr/sbin:/usr/local/bin typeset PATH=${PATH}:/sbin:/usr/bin:/usr/sbin:/usr/local/bin
typeset -r SCRIPT_NAME="$(basename $0)" typeset -r SCRIPT_NAME="$(basename $0)"
typeset -r SCRIPT_DIR="$(dirname $0)" typeset -r SCRIPT_DIR="$(dirname $0)"
typeset -r HOST_NAME="$(hostname)" typeset -r HOST_NAME="$(hostname)"