diff options
Diffstat (limited to 'games/pioneer/README')
-rw-r--r-- | games/pioneer/README | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/games/pioneer/README b/games/pioneer/README index dfa126ae20..409edb2d13 100644 --- a/games/pioneer/README +++ b/games/pioneer/README @@ -12,13 +12,11 @@ what version of OpenGL is installed use: glxinfo | grep "core profile version" -Pioneer's game data is by default installed in /usr/share/games and will take -up around 400M of hard drive space. This SlackBuild allows choosing an alternate -game data directory to install in, to do this use: - - DATADIR=/path/to/data ./pioneer.SlackBuild - -For example to install the data to /opt/pioneer use: +Pioneer's game data needs around 400M of hard drive space. By default, the +game data is installed in /usr/share/games/pioneer. The SlackBuild allows +choosing an alternate game data directory using the DATADIR option. For +example, to install the data in +/opt/pioneer -- DATADIR=/opt ./pioneer.SlackBuild |