Salome HOME
Improve error reporting for Filling Surface; initialize myGeometryGUI in FillingDlg...
[modules/geom.git] / build_configure
index bee38461a0cacbc00c5b6b2ad0d9f6f15709014b..7d997f9e8554875a6bced538c151894210f758f7 100755 (executable)
@@ -14,7 +14,6 @@ CONF_DIR=`echo $0 | sed -e "s,[^/]*$,,;s,/$,,;s,^$,.,"`
 
 ########################################################################
 # Test if the KERNEL_ROOT_DIR is set correctly
-
 if test ! -d "${KERNEL_ROOT_DIR}"; then
     echo "failed : KERNEL_ROOT_DIR variable is not correct !"
     exit
@@ -55,6 +54,7 @@ find_in()
 
   case $1 in
     */CVS) return ;;
+    */adm_local/*) return ;;
     *) ;;
   esac