diff options
Diffstat (limited to 'games/yetris/yetris.SlackBuild')
-rw-r--r-- | games/yetris/yetris.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/yetris/yetris.SlackBuild b/games/yetris/yetris.SlackBuild index f57e27c7ebb24..c6bb7d32f96ea 100644 --- a/games/yetris/yetris.SlackBuild +++ b/games/yetris/yetris.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for yetris -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=yetris -VERSION=${VERSION:-2.1.0} +VERSION=${VERSION:-2.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +69,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -p1 < $CWD/Makefile.patch +# fix manpage path +sed -i "s/DATAROOTDIR)\/man/EXEC_PREFIX)\/man/" Makefile make make install PREFIX=$PKG/usr |