diff options
| -rwxr-xr-x | spm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ spm_build() { if [ -f "/tmp/spmpackage.lock" ]; then msg "Theres existing packaging process running..." - msg "remove '$SPMDIR/package.lock' if theres no packaging process running." + msg "remove '/tmp/spmpackage.lock' if theres no packaging process running." fi while [ -f "/tmp/spmpackage.lock" ]; do count=$((count+1)) @@ -87,7 +87,7 @@ spm_install() { if [ -f "/tmp/spminstall.lock" ]; then msg "Theres existing install process running..." - msg "remove '$SPMDIR/install.lock' if theres no install process running." + msg "remove '/tmp/spminstall.lock' if theres no install process running." fi while [ -f "/tmp/spminstall.lock" ]; do count=$((count+1)) |