diff options
author | Panagiotis Nikolaou <hostmaster@slackonly.com> | 2018-06-17 18:11:09 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-17 19:13:29 +0100 |
commit | ba3caeeccd055f1a5a5bbbd02d4e9a8d0e61f6e6 (patch) | |
tree | b8cb26be6cf020552c2e05fa85d8ab6efb09290c /desktop/sxhkd/sxhkd.SlackBuild | |
parent | c2816ab5a75926d5261345cd03db7f944899751c (diff) | |
download | slackbuilds-ba3caeeccd055f1a5a5bbbd02d4e9a8d0e61f6e6.tar.gz |
desktop/sxhkd: Updated for version 0.5.9.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/sxhkd/sxhkd.SlackBuild')
-rw-r--r-- | desktop/sxhkd/sxhkd.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/sxhkd/sxhkd.SlackBuild b/desktop/sxhkd/sxhkd.SlackBuild index 8323968ff4..3f06977432 100644 --- a/desktop/sxhkd/sxhkd.SlackBuild +++ b/desktop/sxhkd/sxhkd.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for sxhkd # Copyright 2013-2014 John Vogel Corning, NY USA -# Copyright 2017 Panagiotis Nikolaou, Culver City, CA +# Copyright 2017-2018 Panagiotis Nikolaou, Culver City, CA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sxhkd -VERSION=${VERSION:-0.5.8} +VERSION=${VERSION:-0.5.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +71,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; sed -i "s|share/man|man|" Makefile -sed -i "s|share/doc/\$(NAME)|doc/$PRGNAM-$VERSION|" Makefile +sed -i "s|share/doc/\$(OUT)|doc/$PRGNAM-$VERSION|" Makefile CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |