diff options
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" \ |