vsrcextract: use sourcepkg instead of pkgname

This commit is contained in:
Đoàn Trần Công Danh 2025-04-10 19:35:38 +07:00
parent d4a946af48
commit 71b6036f78

View file

@ -163,7 +163,7 @@ vsrcextract() {
local archive="$1"
shift
vextract "$sc" ${dst:+-C "$dst"} \
"${XBPS_SRCDISTDIR}/${pkgname}-${version}/$archive" "$@"
"${XBPS_SRCDISTDIR}/${sourcepkg}-${version}/$archive" "$@"
}
vtar() {