summaryrefslogtreecommitdiffstats
path: root/desktop/xfce4-wavelan-plugin/xfce4-wavelan-plugin.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2022-02-10 21:36:52 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-12 00:29:44 +0700
commit03c1b6140bba7e4ec2d329285b3eebfeb64f5194 (patch)
tree91e312d8e4bd4f20857591c5127b330d26a71e7d /desktop/xfce4-wavelan-plugin/xfce4-wavelan-plugin.SlackBuild
parentee3e806175c2c10840f6914b52e7ed6d0458864a (diff)
downloadslackbuilds-03c1b6140bba7e4ec2d329285b3eebfeb64f5194.tar.gz
slackbuilds-03c1b6140bba7e4ec2d329285b3eebfeb64f5194.tar.xz
desktop/xfce4-wavelan-plugin: Updated for version 0.6.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-wavelan-plugin/xfce4-wavelan-plugin.SlackBuild')
-rw-r--r--desktop/xfce4-wavelan-plugin/xfce4-wavelan-plugin.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/xfce4-wavelan-plugin/xfce4-wavelan-plugin.SlackBuild b/desktop/xfce4-wavelan-plugin/xfce4-wavelan-plugin.SlackBuild
index b6a550a9b0..ef94a7ebaa 100644
--- a/desktop/xfce4-wavelan-plugin/xfce4-wavelan-plugin.SlackBuild
+++ b/desktop/xfce4-wavelan-plugin/xfce4-wavelan-plugin.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xfce4-wavelan-plugin
-VERSION=${VERSION:-0.6.1}
+VERSION=${VERSION:-0.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -97,7 +97,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 AUTHORS ChangeLog NEWS THANKS COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS ChangeLog NEWS THANKS COPYING README* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install