diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-12 19:26:52 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-12 19:26:52 -0500 |
commit | a23f336fa31125b9b4b90c7b4b452fe71d76ef28 (patch) | |
tree | 824d481cfbe2c2d34ac8fbeee9158a51ab00942b /multimedia | |
parent | af757fc9c5bdf827a956bca8612f4529b5f01f9c (diff) |
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.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/multimedia/inputstream.adaptive/inputstream.adaptive.SlackBuild b/multimedia/inputstream.adaptive/inputstream.adaptive.SlackBuild index 6e60cd9f9b69e..a70afb4e5b40d 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 |