diff --git a/gnome/add/gnome-games.xml b/gnome/add/gnome-games.xml
index 1049a56465..bdc9511652 100644
--- a/gnome/add/gnome-games.xml
+++ b/gnome/add/gnome-games.xml
@@ -6,10 +6,10 @@
-
-
-
-
+
+
+
+
]>
@@ -27,7 +27,7 @@ Games
The GNOME Games package
contains games.
Starting with GNOME-2.8, the
-background graphics, artwork and themes for the games are now supplied in a
+background graphics, artwork and themes for the games are supplied in a
separate package. You can download the
GNOME Games Extra Data package
from
Optional
- (to build the AisleRiot solitaire games)
+
+(required to build the AisleRiot solitaire games),
+Howl and
+GOB2
@@ -67,24 +70,29 @@ dependencies
Installation of GNOME
Games
-GNOME Games needs to
-be setgid to track high scores. Create a separate user and group for games.
-See the README file in the source directory for more
-information:
+Some of the GNOME Games
+game binaries need to be setgid to track high scores. Create a separate
+user and group for games. See the README file in the
+source directory for more information:
-install -d /var/lib/games &&
+install -v -m755 -d /var/lib/games &&
groupadd games &&
useradd -c 'Games High Score Owner' -d /var/lib/games \
-g games -s /bin/false games &&
-chown games:games /var/lib/games
+chown -v games:games /var/lib/games
Install GNOME Games by
running the following commands:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--localstatedir=/var/lib --sysconfdir=/etc/gnome &&
-make &&
-make install
+make
+
+This package does not come with a test suite.
+
+Now, as the root user:
+
+make install
@@ -94,7 +102,10 @@ make install
--localstatedir=/var/lib: This switch
puts ScrollKeeper files in
/var/lib/scrollkeeper instead of
-$GNOME_PREFIX/var/scrollkeeper.
+$GNOME_PREFIX/var/scrollkeeper and
+also causes the programs to use
+/var/lib/games as the directory
+holding the high score files.
--sysconfdir=/etc/gnome: This switch puts
configuration files in /etc/gnome
@@ -132,4 +143,3 @@ description of each game.
-
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 12a3100b41..462cfe179c 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -26,7 +26,7 @@
May 16th, 2005 [randy]: Added new package gnome-audio-2.0.0;
- updated to GNOME Utils-2.10.1.
+ updated to GNOME Utils-2.10.1 and GNOME Games-2.10.1.