Aggiorna i percorsi di HERE e PKGDIR nello script build-apk.sh per migliorare la gestione delle directory.

This commit is contained in:
wonka929 2026-02-22 12:57:51 +01:00
parent f2317404f4
commit 733aa158df

View file

@ -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