From 674839b8fc5275c8223d1fa649bf3f53b916470b Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 10 Apr 2026 14:15:12 -0600 Subject: [PATCH] more fixes --- install-compiled.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-compiled.sh b/install-compiled.sh index 9b985cb..52ae6cc 100755 --- a/install-compiled.sh +++ b/install-compiled.sh @@ -4,7 +4,7 @@ set -e # Purpose : Compile and install applications from compile.conf CONF_FILE="$HOME/.local/share/HamPackServer/compile.conf" -TMP_DIR="/tmp/hampack-build" +TMP_DIR="$HOME/.cache/hampack-build" VERSION_FILE="$HOME/.local/state/HamPackServer/.installed_versions" # Get the installed version of an app