Commit 5a763a08 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm pack.d generic-appimage.sh: hide list of extracted files

parent 696e70bb
...@@ -21,10 +21,10 @@ else ...@@ -21,10 +21,10 @@ else
[ -n "$VERSION" ] && PRODUCT="$(echo "$alpkg" | sed -e "s|[-_.]$VERSION.*||")" || fatal "Can't get version from $TAR." [ -n "$VERSION" ] && PRODUCT="$(echo "$alpkg" | sed -e "s|[-_.]$VERSION.*||")" || fatal "Can't get version from $TAR."
fi fi
PKGNAME=$PRODUCT-$VERSION.tar
[ -x "$TAR" ] || chmod u+x $verbose "$TAR" [ -x "$TAR" ] || chmod u+x $verbose "$TAR"
$TAR --appimage-extract || fatal $TAR --appimage-extract >/dev/null || fatal
PKGNAME=$PRODUCT-$VERSION.tar
cat <<EOF >$PKGNAME.eepm.yaml cat <<EOF >$PKGNAME.eepm.yaml
name: $PRODUCT name: $PRODUCT
......
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