Move the game binaries to /usr/bin.

The new Fedora setup might heretically leave /bin out of the path.
This commit is contained in:
John "Elwin" Edwards 2013-10-28 22:09:52 -07:00
parent ef9807cdc6
commit a79fb7a62a

View file

@ -256,11 +256,11 @@ menu["watchmenu_help"] {
# Rogue V3: short and simple, like the game
DEFINE {
game_path = "/bin/rogue3"
game_path = "/usr/bin/rogue3"
game_name = "Rogue V3 (3.6)"
short_name = "RogV3"
game_args = "/bin/rogue3", "-n", "%n"
game_args = "rogue3", "-n", "%n"
inprogressdir = "%rinprogress/rogue3/"
ttyrecdir = "%rttyrec/%n/rogue3/"
@ -273,11 +273,11 @@ DEFINE {
# Rogue V4: just like it, but a little different
DEFINE {
game_path = "/bin/rogue4"
game_path = "/usr/bin/rogue4"
game_name = "Rogue V4 (5.2)"
short_name = "RogV4"
game_args = "/bin/rogue4", "-n", "%n"
game_args = "rogue4", "-n", "%n"
inprogressdir = "%rinprogress/rogue4/"
ttyrecdir = "%rttyrec/%n/rogue4/"
@ -286,11 +286,11 @@ DEFINE {
# Rogue V5: a little more different from both
DEFINE {
game_path = "/bin/rogue5"
game_path = "/usr/bin/rogue5"
game_name = "Rogue V5 (5.4)"
short_name = "RogV5"
game_args = "/bin/rogue5", "-n", "%n"
game_args = "rogue5", "-n", "%n"
inprogressdir = "%rinprogress/rogue5/"
ttyrecdir = "%rttyrec/%n/rogue5/"
@ -299,11 +299,11 @@ DEFINE {
# Super-Rogue: different?
DEFINE {
game_path = "/bin/srogue"
game_path = "/usr/bin/srogue"
game_name = "Super-Rogue"
short_name = "SRog"
game_args = "/bin/srogue", "-n", "%n"
game_args = "srogue", "-n", "%n"
inprogressdir = "%rinprogress/srogue/"
ttyrecdir = "%rttyrec/%n/srogue/"
@ -312,11 +312,11 @@ DEFINE {
# Advanced Rogue 5: not different?
DEFINE {
game_path = "/bin/arogue5"
game_path = "/usr/bin/arogue5"
game_name = "Advanced Rogue 5"
short_name = "ARog5"
game_args = "/bin/arogue5", "-n", "%n"
game_args = "arogue5", "-n", "%n"
inprogressdir = "%rinprogress/arogue5/"
ttyrecdir = "%rttyrec/%n/arogue5/"