From 9803042317c307656e71ee6ff4d791431b2d2702 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 30 May 2013 16:38:15 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9943 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/OPT/Install.sh | 2 +- src/Package.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/OPT/Install.sh b/src/OPT/Install.sh index 9777c5d5a1..def2801101 100644 --- a/src/OPT/Install.sh +++ b/src/OPT/Install.sh @@ -37,7 +37,7 @@ action pair_lj_cut_coul_long_opt.h pair_lj_cut_coul_long.cpp action pair_lj_cut_opt.cpp action pair_lj_cut_opt.h action pair_lj_cut_tip4p_long_opt.cpp pair_lj_cut_tip4p_long.cpp -action pair_lj_cut_tip4p_long_opt.h pair_lj_cut_tip3p_long.cpp +action pair_lj_cut_tip4p_long_opt.h pair_lj_cut_tip4p_long.cpp action pair_lj_long_coul_long_opt.cpp pair_lj_long_coul_long.cpp action pair_lj_long_coul_long_opt.h pair_lj_long_coul_long.cpp action pair_morse_opt.cpp diff --git a/src/Package.sh b/src/Package.sh index 685cbb8dc5..3153a9697b 100644 --- a/src/Package.sh +++ b/src/Package.sh @@ -42,9 +42,9 @@ elif (test $2 = "update") then if (test $installed = 1) then echo " re-installing package $1" if (test -e Install.sh) then - cd $1; /bin/sh Install.sh 1; cd .. + /bin/sh Install.sh 1 else - cd $1; /bin/sh ../Install.sh 1; cd .. + /bin/sh ../Install.sh 1 fi cd .. /bin/sh Depend.sh $1 1