From: fsLeg Date: Sat, 30 Aug 2025 09:54:46 +0000 (+0300) Subject: element-desktop-bin: minor edit X-Git-Url: https://git.t-rg.ws/?a=commitdiff_plain;h=08197786727143dcb437b4683fda70a4e7c30573;p=slackbuilds.git element-desktop-bin: minor edit --- diff --git a/element-desktop-bin/element-desktop-bin.SlackBuild b/element-desktop-bin/element-desktop-bin.SlackBuild index 0a004a9..26cb14b 100644 --- a/element-desktop-bin/element-desktop-bin.SlackBuild +++ b/element-desktop-bin/element-desktop-bin.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Slackware build script for element-desktop +# Slackware build script for element-desktop-bin # # Copyright 2022 marav, Paris, FR # All rights reserved. @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0