summaryrefslogtreecommitdiffstats
path: root/system/mariadb-plugin-saslauthd/mariadb-plugin-saslauthd.SlackBuild
diff options
context:
space:
mode:
author Andreas Voegele <andreas@andreasvoegele.com>2018-06-04 08:35:26 +0100
committer David Spencer <idlemoor@slackbuilds.org>2018-06-04 08:35:26 +0100
commit6825782447839d49f08b93e8143cb3de81f66914 (patch)
tree6e44648280afac3c436b5509b5b48dcbffc2355f /system/mariadb-plugin-saslauthd/mariadb-plugin-saslauthd.SlackBuild
parent6efd5358f507029d66cb9d285fb75790654c219a (diff)
downloadslackbuilds-6825782447839d49f08b93e8143cb3de81f66914.tar.gz
slackbuilds-6825782447839d49f08b93e8143cb3de81f66914.tar.xz
system/mariadb-plugin-saslauthd: Updated for version 1.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/mariadb-plugin-saslauthd/mariadb-plugin-saslauthd.SlackBuild')
-rw-r--r--system/mariadb-plugin-saslauthd/mariadb-plugin-saslauthd.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/mariadb-plugin-saslauthd/mariadb-plugin-saslauthd.SlackBuild b/system/mariadb-plugin-saslauthd/mariadb-plugin-saslauthd.SlackBuild
index 863f2bfe30..3bd0a7f8c3 100644
--- a/system/mariadb-plugin-saslauthd/mariadb-plugin-saslauthd.SlackBuild
+++ b/system/mariadb-plugin-saslauthd/mariadb-plugin-saslauthd.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for mariadb-plugin-saslauthd
-# Copyright 2017 Andreas Voegele <andreas@andreasvoegele.com>
+# Copyright 2017-2018 Andreas Voegele <andreas@andreasvoegele.com>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -17,7 +17,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
PRGNAM=mariadb-plugin-saslauthd
-VERSION=${VERSION:-1.2}
+VERSION=${VERSION:-1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,7 +72,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a Changes LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a Changes LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install