diff options
Diffstat (limited to 'accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild')
-rw-r--r-- | accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild b/accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild index 0681833a9d..c84d95cb5e 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.2} +VERSION=${VERSION:-1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -56,9 +56,11 @@ find -L . \ # SBo libev has event.h in nonstandard dir sed -i "/-Wall/s,\$, $SLKCFLAGS -I/usr/include/libev," Makefile -# note non-standard use of PREFIX here! +# 20180125 bkw: starting with 1.3, upstream uses PREFIX in the canonical +# way. So don't try to build older versions with this script, or it'll +# install as /usr/unclutter instead of /usr/bin/unclutter. make -make install PREFIX=$PKG/usr/bin MANDIR=$PKG/usr/man/man1 +make install PREFIX=$PKG/usr MANDIR=$PKG/usr/man/man1 strip $PKG/usr/bin/* gzip $PKG/usr/man/man?/*.? |