From 60aadbddf267c077d3e570cf192989431ea6d3ac Mon Sep 17 00:00:00 2001 From: maintenance team Date: Thu, 27 Nov 2008 14:10:58 +0000 Subject: [PATCH] Update process deleting CAS-6.3_SRC and CAS-6.3-patch_SRC folders --- config_files/CAS-6.3-patch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config_files/CAS-6.3-patch.sh b/config_files/CAS-6.3-patch.sh index 41b4004..e5aad7a 100755 --- a/config_files/CAS-6.3-patch.sh +++ b/config_files/CAS-6.3-patch.sh @@ -97,6 +97,7 @@ cd ${PRODUCT_DIR}; # remove sources and temporary files after building if [ ${REMOVE_SRC_TMP} == "TRUE" ] ; then test -d ${INST_ROOT}/${PRODUCT}-patch_SRC && rm -fr ${INST_ROOT}/${PRODUCT}-patch_SRC + test -d ${PRODUCT_SRC_DIR} && rm -fr ${PRODUCT_SRC_DIR} fi # to generate environment scripts -- 2.39.2