Aggiorna i percorsi di HERE e PKGDIR nello script build-apk.sh per migliorare la gestione delle directory.
This commit is contained in:
parent
f2317404f4
commit
733aa158df
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ set -e
|
||||||
# NOTE: abuild must be run on an Alpine system (or in an Alpine chroot/container)
|
# 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.
|
# and NOT as root. See the README below for setup notes.
|
||||||
|
|
||||||
HERE=$(cd "$(dirname "$0")" && pwd)
|
HERE="/home/fra/WatchYourLAN/pack/alpine/"
|
||||||
PKGDIR=$(cd "$HERE" && pwd)
|
PKGDIR="/home/fra/WatchYourLAN/pack/alpine/"
|
||||||
|
|
||||||
if ! command -v abuild >/dev/null 2>&1; then
|
if ! command -v abuild >/dev/null 2>&1; then
|
||||||
echo "abuild non trovato. Installa 'abuild' in Alpine: apk add abuild alpine-sdk" >&2
|
echo "abuild non trovato. Installa 'abuild' in Alpine: apk add abuild alpine-sdk" >&2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue