Commit a073b451 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack microsoft-edge-*.sh: skip missed libs

parent 07e0eb11
......@@ -38,5 +38,6 @@ fix_desktop_file /usr/bin/$PRODUCTCUR
# fix wrong interpreter
epm assure patchelf || exit
for i in $BUILDROOT$PRODUCTDIR/libmip_*.so ; do
[ -s "$i" ] || continue
[ "$(a= patchelf --print-interpreter $i)" = "/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" ] && a= patchelf --set-interpreter /lib64/ld-linux-x86-64.so.2 $i
done
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