]> git.t-rg.ws Git - slackbuilds.git/commitdiff
element-desktop-bin: minor edit
authorfsLeg <fsleg@t-rg.ws>
Sat, 30 Aug 2025 09:54:46 +0000 (12:54 +0300)
committerfsLeg <fsleg@t-rg.ws>
Sat, 30 Aug 2025 09:54:46 +0000 (12:54 +0300)
element-desktop-bin/element-desktop-bin.SlackBuild

index 0a004a93a525cf20b9dc8636034282fc37919713..26cb14bcc85acf9956a8e89641448ecab6112eeb 100644 (file)
@@ -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