aboutsummaryrefslogtreecommitdiff
path: root/system/apparmor/apparmor.SlackBuild
diff options
context:
space:
mode:
authorpyllyukko <pyllyukko@maimed.org>2024-07-31 16:54:14 +0300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-01 06:12:16 +0700
commita774da02f338081d954bbf6ca8aa05ace1ef3ad8 (patch)
tree0ad2ccb6b42a22c288035d8b5d40eb5c038bf27f /system/apparmor/apparmor.SlackBuild
parent8fc44748fcc565b84442039f9d2c3ba676a04b7a (diff)
system/apparmor: Updated for version 4.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/apparmor/apparmor.SlackBuild')
-rw-r--r--system/apparmor/apparmor.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/system/apparmor/apparmor.SlackBuild b/system/apparmor/apparmor.SlackBuild
index 2a3ded0f0a..58e18f3e4a 100644
--- a/system/apparmor/apparmor.SlackBuild
+++ b/system/apparmor/apparmor.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=apparmor
-VERSION=${VERSION:-4.0.1}
+VERSION=${VERSION:-4.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +38,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