Commit 9934c690 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play vivaldi-codecs: add error checking

parent 5058fcb0
......@@ -42,8 +42,8 @@ trap "rm -fr $SC $DDIR" EXIT
a='' awk 'BEGIN{desk=0}{ if(/^.*--system.*/&&desk==0){desk++} ; if (desk==0) {print} }' < $PRODUCTDIR/update-ffmpeg > $SC
. $SC
cd $DDIR || fatal
epm tool eget $FFMPEG_URL_DEB
epm tool eget $FFMPEG_URL_DEB || exit
SUITABLE_URLS=$FFMPEG_URL_DEB
a='' ar -x *.deb
a='' tar xf "data.tar.xz"
a='' ar -x *.deb || exit
a='' tar xf "data.tar.xz" || exit
pack_ffmpeg
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment