diff options
Diffstat (limited to 'games/instead/instead.SlackBuild')
-rw-r--r-- | games/instead/instead.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/instead/instead.SlackBuild b/games/instead/instead.SlackBuild index 5ff1c6a456..117d5f298a 100644 --- a/games/instead/instead.SlackBuild +++ b/games/instead/instead.SlackBuild @@ -4,7 +4,7 @@ # Written by Andrew Lobanov <spline @ rooker dot ru> PRGNAM=instead -VERSION=${VERSION:-2.2.7} +VERSION=${VERSION:-2.3.0} BUILD=${BUILD:-1} TAG=${TAG:-SBo} @@ -57,12 +57,13 @@ cd build cmake \ -DCMAKE_INSTALL_PREFIX:PATH=/usr \ -DBINDIR=bin \ - -DDOCDIR=doc \ + -DDOCDIR=doc/instead \ -DMANDIR=man \ - -DDATADIR=share \ + -DDATADIR=share/instead \ -DICONDIR=share/pixmaps \ -DDESKTOPDIR=share/applications \ - -DLANGDIR=share/lang \ + -DLANGDIR=share/instead/lang/ \ + -DWITH_SDL2=ON \ ../ make make install DESTDIR=$PKG |