mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
chromium-pepper-flash: fix for new srcdir
This commit is contained in:
parent
9b5f93b3fa
commit
bc0b077469
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ depends="chromium"
|
||||||
makedepends="binutils"
|
makedepends="binutils"
|
||||||
|
|
||||||
do_extract() {
|
do_extract() {
|
||||||
ar x ${XBPS_SRCDISTDIR}/${_filename}
|
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_filename}
|
||||||
tar xf data.tar.lzma
|
tar xf data.tar.lzma
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue