Correggi il percorso di PKGDIR nello script build-apk.sh per migliorare la gestione delle directory.
This commit is contained in:
parent
733aa158df
commit
d427f27b55
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue