chromium-pepper-flash: fix for new srcdir
This commit is contained in:
parent
9b5f93b3fa
commit
bc0b077469
|
@ -26,7 +26,7 @@ depends="chromium"
|
|||
makedepends="binutils"
|
||||
|
||||
do_extract() {
|
||||
ar x ${XBPS_SRCDISTDIR}/${_filename}
|
||||
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_filename}
|
||||
tar xf data.tar.lzma
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue