summaryrefslogtreecommitdiffstats
path: root/accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild')
-rw-r--r--accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild b/accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild
index afe1cd17a7..0b82e30cf7 100644
--- a/accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild
+++ b/accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild
@@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=unclutter-xfixes
-VERSION=${VERSION:-1.4}
+VERSION=${VERSION:-1.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,6 +61,11 @@ make install PREFIX=$PKG/usr MANDIR=$PKG/usr/man/man1
strip $PKG/usr/bin/*
gzip $PKG/usr/man/man?/*.?
+# 20190111 bkw: starting with 1.5, upstream installs the license to
+# /usr/share/licenses/. I dunno if this is some obscure FHS thing or
+# a Debian standard or what, but we already got the license in /usr/doc.
+rm -rf $PKG/usr/share
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild