diff options
Diffstat (limited to 'system/cbmfs/cbmfs.SlackBuild')
-rw-r--r-- | system/cbmfs/cbmfs.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/system/cbmfs/cbmfs.SlackBuild b/system/cbmfs/cbmfs.SlackBuild index 68a8c03df2..f7bff332d8 100644 --- a/system/cbmfs/cbmfs.SlackBuild +++ b/system/cbmfs/cbmfs.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for "cbmfs". +# Copyright 2024 Sean Hinchee # Copyright 2010-2015 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # @@ -27,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cbmfs -VERSION=${VERSION:-1.0} +VERSION=${VERSION:-1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +41,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 |