diff options
author | B. Watson <yalhcru@gmail.com> | 2019-01-11 15:04:22 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-23 08:26:59 +0700 |
commit | 164dcb19a1d143b6eea8bd5561091668faaba6ba (patch) | |
tree | fb550515b4ce012e5c5deafeee8556d86bf9ebaf /accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild | |
parent | 46a459aa5e51d3e82a41c7b0f89da0dc689c0585 (diff) | |
download | slackbuilds-164dcb19a1d143b6eea8bd5561091668faaba6ba.tar.gz |
accessibility/unclutter-xfixes: Updated for version 1.5.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild')
-rw-r--r-- | accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild | 7 |
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 |