diff --git a/sbin/install_support.sh b/sbin/install_support.sh index f7a86bf608a603283d8fb146749a82eb95a5c0ef..c4822e2f3bdb7574dd60c8e731e94571d3cdfb0f 100755 --- a/sbin/install_support.sh +++ b/sbin/install_support.sh @@ -20,8 +20,8 @@ if [ ! -d $DM_SUPPORT_DIR ]; then fi cd $DM_SUPPORT_DIR execute svn update -execute $DM_SUPPORT_DIR/bin/clean_all.sh -execute $DM_SUPPORT_DIR/bin/install_all.sh +execute $DM_SUPPORT_DIR/bin/clean_support_all.sh +execute $DM_SUPPORT_DIR/bin/install_support_all.sh