diff options
Diffstat (limited to 'games/stella/stella.SlackBuild')
-rw-r--r-- | games/stella/stella.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/stella/stella.SlackBuild b/games/stella/stella.SlackBuild index 8c5bbdf6c4..990c9fc111 100644 --- a/games/stella/stella.SlackBuild +++ b/games/stella/stella.SlackBuild @@ -8,6 +8,7 @@ # Now maintained by B. Watson <yalhcru@gmail.com> +# 20180611 bkw: update for 5.1.3, move binary to /usr/games # 20180206 bkw: update for 5.1 # 20170821 bkw: update for 5.0.2 # 20170723 bkw: update for 5.0.1 @@ -36,7 +37,7 @@ # - StartupNotify=false in .desktop PRGNAM=stella -VERSION=${VERSION:-5.1} +VERSION=${VERSION:-5.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -92,6 +93,7 @@ CXXFLAGS="$SLKCFLAGS" \ --prefix=/usr \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --datadir=/usr/share \ + --bindir=/usr/games \ --disable-static \ --enable-shared |