# HG changeset patch # User John "Elwin" Edwards # Date 1383023392 25200 # Node ID d7e92cd9df0fa3941e5411420e741d5efde4d02c # Parent b003235abe75bbd6da31e4e27852b76d7847954b Move the game binaries to /usr/bin. The new Fedora setup might heretically leave /bin out of the path. diff -r b003235abe75 -r d7e92cd9df0f dgl/dgamelaunch.conf --- a/dgl/dgamelaunch.conf Mon Oct 28 20:33:23 2013 -0700 +++ b/dgl/dgamelaunch.conf Mon Oct 28 22:09:52 2013 -0700 @@ -256,11 +256,11 @@ # 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 @@ # 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 @@ # 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 @@ # 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 @@ # 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/"