Commit 8facff87 authored by Иван Мажукин's avatar Иван Мажукин Committed by Vitaly Lipatov

epm play: fix far2l-portable install(eterbug #17322)

parent 6504b927
......@@ -7,7 +7,7 @@ RETURNTARNAME="$2"
. $(dirname $0)/common.sh
erc $TAR || fatal
pkg="$(ls | grep -e "far2l_[0-9].*_x86_64.*.AppImage")"
pkg="$(ls | grep -e "far2l_[0-9].*x86_64.*.AppImage")"
PKGNAME="${pkg/far2l/far2l-portable}"
mv $pkg $PKGNAME
return_tar "$PKGNAME"
......@@ -9,6 +9,6 @@ DESCRIPTION="FAR2L Portable from the official site"
warn_version_is_not_supported
PKGURL=$(eget --list --latest https://github.com/spvkgn/far2l-portable/releases "far2l_x86_64*.AppImage.tar")
PKGURL=$(eget --list --latest https://github.com/spvkgn/far2l-portable/releases "far2l*x86_64*.AppImage.tar")
install_pack_pkgurl
......@@ -6,6 +6,11 @@ SPEC="$2"
. $(dirname $0)/common.sh
remove_file /opt/far2l-portable/usr/lib/x86_64-linux-gnu/libsamba-policy.cpython-310-x86-64-linux-gnu.so.0
remove_file /opt/far2l-portable/usr/lib/x86_64-linux-gnu/samba/libsamba-python.cpython-310-x86-64-linux-gnu.so.0
remove_file /opt/far2l-portable/usr/lib/x86_64-linux-gnu/samba/libsamba-net.cpython-310-x86-64-linux-gnu.so.0
remove_file /opt/far2l-portable/usr/lib/x86_64-linux-gnu/libsamba-policy.cpython-310-x86-64-linux-gnu.so.0.0.1
add_conflicts far2l
add_libs_requires
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