From a79fb7a62a20cc863883662929d76df8fc3d248a Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Mon, 28 Oct 2013 22:09:52 -0700 Subject: [PATCH] Move the game binaries to /usr/bin. The new Fedora setup might heretically leave /bin out of the path. --- dgl/dgamelaunch.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/dgl/dgamelaunch.conf b/dgl/dgamelaunch.conf index 15eab9b..a0b26e6 100644 --- a/dgl/dgamelaunch.conf +++ b/dgl/dgamelaunch.conf @@ -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/"