Commit 04ce56ff authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play yandex-browser-codecs-ffmpeg-extra: fix repack

parent 26048fe8
......@@ -25,7 +25,7 @@ pack_ffmpeg() {
DEST="$PRODUCTDIR"
mkdir -p .$DEST
cp $SOURCE .$DEST
CNAME="$(echo "$(basename $SUITABLE_URLS)" | sed -e "s|chromium|$BASEPKGNAME|" -e "s|-0ubuntu.*|-1.tar|")" #"
CNAME="$(echo "$(basename $SUITABLE_URLS)" | sed -e "s|chromium|$BASEPKGNAME|" -e "s|-[0-9]*ubuntu.*|-1.tar|")" #"
a='' tar cf $CNAME .$(dirname $DEST)
epm --repack install $CNAME
# exit from update-ffmpeg script here
......
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