Correggi il percorso di PKGDIR nello script build-apk.sh per migliorare la gestione delle directory.

This commit is contained in:
wonka929 2026-02-22 13:03:38 +01:00
parent 733aa158df
commit d427f27b55

View file

@ -4,8 +4,7 @@ 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="/home/fra/WatchYourLAN/pack/alpine/"
PKGDIR="/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