mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-28 18:23:22 +00:00
change ~ to /home/pdietl
This commit is contained in:
parent
beb1b41054
commit
2c2a518ac7
@ -2616,9 +2616,9 @@ builddir=${builddir:-"$srcdir/$pkgname-$pkgver"}
|
|||||||
|
|
||||||
# If REPODEST is set then it will override the PKGDEST
|
# If REPODEST is set then it will override the PKGDEST
|
||||||
if [ -z "$REPODEST" ]; then
|
if [ -z "$REPODEST" ]; then
|
||||||
warning "REPODEST is not set and is now required. Defaulting to ~/packages"
|
warning "REPODEST is not set and is now required. Defaulting to $HOME/packages"
|
||||||
[ -n "$PKGDEST" ] && die "PKGDEST is no longer supported."
|
[ -n "$PKGDEST" ] && die "PKGDEST is no longer supported."
|
||||||
REPODEST="~/packages"
|
REPODEST="$HOME/packages"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# for recursive action
|
# for recursive action
|
||||||
|
Loading…
Reference in New Issue
Block a user