aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xspm4
1 files 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))