Updates + build script
This commit is contained in:
parent
3166f4a98e
commit
44a87e3b9c
@ -17,7 +17,7 @@
|
||||
#******************************************************************************
|
||||
# Requires following build (dir) structures:
|
||||
#
|
||||
# build_linux_rpms.sh
|
||||
# hc_build_linux_rpms.sh
|
||||
# BUILD/
|
||||
# BUILDROOT/
|
||||
# RPMS/
|
||||
@ -28,9 +28,9 @@
|
||||
# SRPMS/
|
||||
#
|
||||
# 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
|
||||
# 3) Execute build_linux_rpms.sh
|
||||
# 3) Execute hc_build_linux_rpms.sh
|
||||
# 4) RPM packages may be found in the RPMS directory
|
||||
#******************************************************************************
|
||||
|
@ -38,7 +38,7 @@
|
||||
|
||||
# ------------------------- CONFIGURATION starts here -------------------------
|
||||
# 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
|
||||
typeset -r FPATH_PARENT="/opt/hc/lib"
|
||||
# location of custom HC configuration files
|
||||
@ -55,7 +55,7 @@ typeset -r SEP="|"
|
||||
typeset -r EXEC_USER="root"
|
||||
# ------------------------- CONFIGURATION ends here ---------------------------
|
||||
# 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_DIR="$(dirname $0)"
|
||||
typeset -r HOST_NAME="$(hostname)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user