Commit d4120578 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm pack: use eget instead of eepm tool eget

parent 70403d7c
......@@ -121,7 +121,7 @@ install_file()
mkdir -p "$(dirname "$dest")" || return
if is_url "$src" ; then
epm tool eget -O "$dest" "$src" || fatal "Can't download $src to install to $dest"
eget -O "$dest" "$src" || fatal "Can't download $src to install to $dest"
else
cp "$src" "$dest" || return
fi
......
......@@ -38,7 +38,7 @@ SC=tmp_updateffmpeg
a='' awk 'BEGIN{desk=0}{ if(/^.*--system.*/&&desk==0){desk++} ; if (desk==0) {print} }' < $UPDATEFFMPEG > $SC
. $SC
epm tool eget $FFMPEG_URL_DEB || exit
eget $FFMPEG_URL_DEB || exit
SUITABLE_URLS=$FFMPEG_URL_DEB
a='' ar -x *.deb || exit
a='' tar xf "data.tar.xz" || exit
......
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