summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
author B. Watson2022-03-13 01:26:52 +0100
committer B. Watson2022-03-13 01:26:52 +0100
commita23f336fa31125b9b4b90c7b4b452fe71d76ef28 (patch)
tree824d481cfbe2c2d34ac8fbeee9158a51ab00942b /multimedia
parentaf757fc9c5bdf827a956bca8612f4529b5f01f9c (diff)
downloadslackbuilds-a23f336fa31125b9b4b90c7b4b452fe71d76ef28.tar.gz
multimedia/inputstream.adaptive: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/inputstream.adaptive/inputstream.adaptive.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/multimedia/inputstream.adaptive/inputstream.adaptive.SlackBuild b/multimedia/inputstream.adaptive/inputstream.adaptive.SlackBuild
index 6e60cd9f9b..a70afb4e5b 100644
--- a/multimedia/inputstream.adaptive/inputstream.adaptive.SlackBuild
+++ b/multimedia/inputstream.adaptive/inputstream.adaptive.SlackBuild
@@ -39,9 +39,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
@@ -65,7 +62,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e # Exit on most errors
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT