From 4c71dab80e390f8e0bcd97accfc81e3c7a56f7ab Mon Sep 17 00:00:00 2001 From: Sinisa Veseli <sveseli@aps.anl.gov> Date: Thu, 30 Apr 2015 17:54:02 +0000 Subject: [PATCH] fixed support install script for renamed files --- sbin/install_support.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/install_support.sh b/sbin/install_support.sh index f7a86bf6..c4822e2f 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 -- GitLab