From 08197786727143dcb437b4683fda70a4e7c30573 Mon Sep 17 00:00:00 2001 From: fsLeg Date: Sat, 30 Aug 2025 12:54:46 +0300 Subject: [PATCH] element-desktop-bin: minor edit --- element-desktop-bin/element-desktop-bin.SlackBuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.46.4