chromium-pepper-flash: unbreak build, do not extract any files.

This commit is contained in:
Enno Boland 2015-04-28 20:46:59 +02:00
parent 4f135f7e23
commit 353083bed4

View file

@ -37,7 +37,9 @@ do_fetch() {
xbps-uhelper fetch $distfiles
echo "$checksum $_filename" | sha256sum -c || { sha256sum "$_filename"; return 1; }
}
do_extract() {
:
}
do_build() {
sed \
-e "s|%VERSION%|${version}|" \