Browse Source

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
rocklinux
Rene Rebe 21 years ago
parent
commit
c504d82074
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      misc/config/config-games.in

+ 3
- 3
misc/config/config-games.in

@ -25,11 +25,11 @@
menu_begin MENU_PKG_GAMES_GENERAL 'Games Options' menu_begin MENU_PKG_GAMES_GENERAL 'Games Options'
comment '- General settings' comment '- General settings'
block_begin 4 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." 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." 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." This is the directory where global scorefiles should be kept."
block_end block_end
comment '- Game specific settings' comment '- Game specific settings'

Loading…
Cancel
Save