From: vsr Date: Mon, 9 Dec 2013 08:34:26 +0000 (+0000) Subject: Minor fix X-Git-Tag: V7_3_0rc1~19 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7f5d0a5cc6d875d6a1da432c678a3430f3019f87;p=tools%2Finstall.git Minor fix --- diff --git a/config_files/xdata.sh b/config_files/xdata.sh index c195d19..95fcc31 100755 --- a/config_files/xdata.sh +++ b/config_files/xdata.sh @@ -81,7 +81,12 @@ EOF check_job ${PRODUCT_DIR}/MAKE.LOG make check_job ${PRODUCT_DIR}/INSTALL.LOG make install -cd ${PRODUCT_DIR}; +cd ${PRODUCT_DIR} + +if [ "${SALOME_IW_COMPSIZE}" = "1" ] ; then + du -sk ${PRODUCT_SRC_DIR} > ${INST_ROOT}/${PRODUCT_TYPE}.build.size + du -sk ${PRODUCT_DIR} > ${INST_ROOT}/${PRODUCT_TYPE}.bin.size +fi # remove sources and temporary files after building if [ ${REMOVE_SRC_TMP} = "TRUE" ] ; then