From 2826ed41fcb5a127d2dd6028c4566e5a2220cb4a Mon Sep 17 00:00:00 2001 From: emmett1 Date: Tue, 4 Mar 2025 08:02:16 +0800 Subject: fix lock file message --- spm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spm b/spm index b4f774e..4433350 100755 --- a/spm +++ b/spm @@ -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)) -- cgit v1.2.3