From 733aa158dfd6c39edcc4ac2dd5bcf89672a3d1a3 Mon Sep 17 00:00:00 2001 From: wonka929 Date: Sun, 22 Feb 2026 12:57:51 +0100 Subject: [PATCH] Aggiorna i percorsi di HERE e PKGDIR nello script build-apk.sh per migliorare la gestione delle directory. --- pack/alpine/build-apk.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pack/alpine/build-apk.sh b/pack/alpine/build-apk.sh index d0717a3..2e697bb 100644 --- a/pack/alpine/build-apk.sh +++ b/pack/alpine/build-apk.sh @@ -4,8 +4,8 @@ set -e # NOTE: abuild must be run on an Alpine system (or in an Alpine chroot/container) # and NOT as root. See the README below for setup notes. -HERE=$(cd "$(dirname "$0")" && pwd) -PKGDIR=$(cd "$HERE" && pwd) +HERE="/home/fra/WatchYourLAN/pack/alpine/" +PKGDIR="/home/fra/WatchYourLAN/pack/alpine/" if ! command -v abuild >/dev/null 2>&1; then echo "abuild non trovato. Installa 'abuild' in Alpine: apk add abuild alpine-sdk" >&2