From c504d82074470ca235c9abe8ea8d599fe0b6f137 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Wed, 6 Aug 2003 23:11:34 +0000 Subject: [PATCH] damn, forgot to commit this change from the bulid-server during the game package fixup ... git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1034 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- misc/config/config-games.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/config/config-games.in b/misc/config/config-games.in index 1a0d6df4f..6e8b83f3e 100644 --- a/misc/config/config-games.in +++ b/misc/config/config-games.in @@ -25,11 +25,11 @@ menu_begin MENU_PKG_GAMES_GENERAL 'Games Options' comment '- General settings' block_begin 4 - text 'Games bindir' ROCKCFG_PKG_GAMES_BINDIR '/usr/games' " + text 'Games bindir' ROCKCFG_PKG_GAMES_BINDIR 'usr/games' " This is where all game binarys or startup scripts should go to." - text 'Games datadir' ROCKCFG_PKG_GAMES_DATADIR '/usr/share' " + text 'Games datadir' ROCKCFG_PKG_GAMES_DATADIR 'usr/share' " This is where the games should install their datafiles." - text 'Games scoredir' ROCKCFG_PKG_GAMES_SCOREDIR '/var/games/scores' " + text 'Games scoredir' ROCKCFG_PKG_GAMES_SCOREDIR 'var/games/scores' " This is the directory where global scorefiles should be kept." block_end comment '- Game specific settings'