vsrcextract: use sourcepkg instead of pkgname

This commit is contained in:
Đoàn Trần Công Danh
2025-05-14 12:27:18 +07:00
parent d4a946af48
commit 71b6036f78
+1 -1
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() {