chromium-pepper-flash: fix for new srcdir

This commit is contained in:
Enno Boland 2014-03-06 11:33:38 +01:00
parent 9b5f93b3fa
commit bc0b077469

View file

@ -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
}