diff options
author | James Geboski <jgeboski@gmail.com> | 2012-12-02 12:33:55 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:21:48 -0500 |
commit | c652a97d08969c84db34c3124676ed85f00a8bf6 (patch) | |
tree | d786437fec9064a00214141fac8fb4a11f798d20 /games/xonotic/xonotic.SlackBuild | |
parent | eeb290dcaca6620ddb17c8fd08e65d628e9e2ac6 (diff) |
games/xonotic: Default to xonotic-glx over xonotix-sdl
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/xonotic/xonotic.SlackBuild')
-rw-r--r-- | games/xonotic/xonotic.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xonotic/xonotic.SlackBuild b/games/xonotic/xonotic.SlackBuild index c48dc088e70a..fdabcde0d8a3 100644 --- a/games/xonotic/xonotic.SlackBuild +++ b/games/xonotic/xonotic.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=xonotic VERSION=${VERSION:-0.6.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |