mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
vsrcextract: use sourcepkg instead of pkgname
This commit is contained in:
parent
d4a946af48
commit
71b6036f78
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue