Commit 803e6871 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm pack far2l-portable: fix package name as far2l-portable

parent 8588761e
......@@ -7,11 +7,7 @@ RETURNTARNAME="$2"
. $(dirname $0)/common.sh
erc $TAR || fatal
PKGNAME="$(ls | grep -e "_x86_64.AppImage$")"
pkg="$(ls | grep -e "_x86_64.AppImage$")"
PKGNAME="${pkg/far2l/far2l-portable}"
mv $pkg $PKGNAME
return_tar "$PKGNAME"
# TODO: return original version from generic-appimage.sh
# VERSION="$(basename "$PKGNAME" .AppImage | awk -F_ '{print $2}')"
# [ -n "$VERSION" ] || fatal "Can't get version $TAR."
# mv "$PKGNAME" "$PRODUCT-$VERSION.AppImage"
# return_tar "$PRODUCT-$VERSION.AppImage"
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
subst '1iConflicts: far2l' $SPEC
# set_autoreq 'yes'
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