Update build scripts & files

This commit is contained in:
patvdv
2019-03-28 16:30:04 +01:00
parent 5de5f4404f
commit 8afe2e3383
11 changed files with 73 additions and 77 deletions
+7 -8
View File
@@ -16,14 +16,15 @@
#******************************************************************************
# Requires following build (dir) structures:
#
#
# hc_build_linux_rpms.sh
# BUILD/
# BUILDROOT/
# RPMS/
# SOURCES/
# SOURCES/bin/<hc_scripts>
# SOURCES/lib/*/<hc_plugins>
# opt/
# opt/hc/bin/<hc_scripts>
# opt/hc/lib/*/<hc_plugins>
# etc/opt/hc/<hc_configs>
# SPECS/<spec_files>
# SRPMS/
#
@@ -40,8 +41,8 @@ BUILD_DIR="$(dirname $0)"
rm -f ${BUILD_DIR}/RPMS/*/* >/dev/null
# build main packages
rpmbuild -bb ${BUILD_DIR}/SPECS/hc-linux.spec
rpmbuild -bb ${BUILD_DIR}/SPECS/hc-linux-platform.spec
rpmbuild -bb ${BUILD_DIR}/SPECS/hc-linux.spec
rpmbuild -bb ${BUILD_DIR}/SPECS/hc-linux-platform.spec
# build core plugins
rpmbuild -bb ${BUILD_DIR}/SPECS/hc-notify-eif.spec
@@ -60,5 +61,3 @@ exit 0
#******************************************************************************
# END of script
#******************************************************************************