aboutsummaryrefslogtreecommitdiff
path: root/system/acpi/acpi.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/acpi/acpi.SlackBuild')
-rw-r--r--system/acpi/acpi.SlackBuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/system/acpi/acpi.SlackBuild b/system/acpi/acpi.SlackBuild
index 51ccd6e6ac..edde819414 100644
--- a/system/acpi/acpi.SlackBuild
+++ b/system/acpi/acpi.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for acpi
# Copyright 2008-2012 Grigorios Bouzakis <grbzks@imap.cc>
-# Copyright 2014-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2014-2025 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for any purpose
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=acpi
-VERSION=${VERSION:-1.7}
+VERSION=${VERSION:-1.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -36,9 +36,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
@@ -62,7 +59,7 @@ else
LIBDIRSUFFIX=""
fi
-DOCS="AUTHORS COPYING ChangeLog INSTALL README"
+DOCS="AUTHORS COPYING README"
set -e