Mercurial > hg > rlgallery-misc
changeset 27:d7e92cd9df0f
Move the game binaries to /usr/bin.
The new Fedora setup might heretically leave /bin out of the path.
author | John "Elwin" Edwards |
---|---|
date | Mon, 28 Oct 2013 22:09:52 -0700 |
parents | b003235abe75 |
children | 46158c89c659 |
files | dgl/dgamelaunch.conf |
diffstat | 1 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- 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/"