diff options
author | С. С. Болокановъ <sbolokanov@abv.bg> | 2017-10-08 21:32:43 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-11 06:19:31 +0700 |
commit | bc484d4831fe1b130e674f3994fdb75f6d3d0cc7 (patch) | |
tree | 496826173556c6bf8a8530de574ba35cd2ce52d2 /games/xonotic/xonotic.SlackBuild | |
parent | ad04e44f28a0074d9d7274de8224c5d99667147c (diff) | |
download | slackbuilds-bc484d4831fe1b130e674f3994fdb75f6d3d0cc7.tar.gz |
games/xonotic: fix -version-info as requested by Hunter Sezen
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/xonotic/xonotic.SlackBuild')
-rw-r--r-- | games/xonotic/xonotic.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/xonotic/xonotic.SlackBuild b/games/xonotic/xonotic.SlackBuild index 5cc7b26881..cc90171743 100644 --- a/games/xonotic/xonotic.SlackBuild +++ b/games/xonotic/xonotic.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=xonotic VERSION=${VERSION:-0.8.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -75,6 +75,9 @@ mkdir -p \ $PKG/usr/share/$PRGNAM \ $PKG/usr/share/{applications,pixmaps} +# Fix -version-info as requested by Hunter Sezen +patch -p1 < $CWD/0d3d1f2655901776b2fc3e911eb78478412f789a.diff source/d0_blind_id/Makefile.am + cd source/d0_blind_id autoreconf -fi |