diff --git a/build-tools/build-iso b/build-tools/build-iso index a830cae2..5a269365 100755 --- a/build-tools/build-iso +++ b/build-tools/build-iso @@ -553,7 +553,7 @@ function extract_installer_files { extract_pkg_from_local_repo platform-kickstarts-pxeboot ${MY_YUM_CONF} ${STD_REPO_ID} ${LOWER_LAYER_STD_REPO_ID} extract_pkg_from_local_repo platform-kickstarts-extracfgs ${MY_YUM_CONF} ${STD_REPO_ID} ${LOWER_LAYER_STD_REPO_ID} - \cp --preserve=all www/pages/feed/rel-*/*.cfg pxeboot/*.cfg ../kickstarts/ && + \cp --preserve=all var/www/pages/feed/rel-*/*.cfg pxeboot/*.cfg ../kickstarts/ && \cp --preserve=all extra_cfgs/*.cfg ../extra_cfgs/ if [ $? -ne 0 ]; then echo "Failed to copy extracted kickstarts" @@ -621,7 +621,7 @@ EOM exit 1 fi - \cp --preserve=all www/pages/feed/rel-*/LiveOS/squashfs.img $OUTPUT_DIST_DIR/isolinux/LiveOS + \cp --preserve=all var/www/pages/feed/rel-*/LiveOS/squashfs.img $OUTPUT_DIST_DIR/isolinux/LiveOS if [ $? -ne 0 ]; then echo "Error: Could not copy squashfs from LiveOS" exit 1 diff --git a/build-tools/patch-iso b/build-tools/patch-iso index 4389df80..b5e4b04b 100755 --- a/build-tools/patch-iso +++ b/build-tools/patch-iso @@ -258,7 +258,7 @@ extract_pkg_from_patch_repo platform-kickstarts if [ $? -eq 0 ]; then # Replace files \rm -f ${BUILDDIR}/*ks.cfg && - \cp --preserve=all www/pages/feed/rel-*/*.cfg ${BUILDDIR}/ && + \cp --preserve=all var/www/pages/feed/rel-*/*.cfg ${BUILDDIR}/ && \cp --preserve=all ${BUILDDIR}/controller_ks.cfg ${BUILDDIR}/ks.cfg if [ $? -ne 0 ]; then echo "Failed to copy extracted kickstarts" @@ -300,7 +300,7 @@ if [ $? -eq 0 ]; then fi \rm -f ${BUILDDIR}/LiveOS/squashfs.img && - \cp --preserve=all www/pages/feed/rel-*/LiveOS/squashfs.img ${BUILDDIR}/LiveOS/ + \cp --preserve=all var/www/pages/feed/rel-*/LiveOS/squashfs.img ${BUILDDIR}/LiveOS/ if [ $? -ne 0 ]; then echo "Error: Could not copy squashfs from LiveOS" exit 1