summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-09-13 23:17:05 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-09-13 23:17:05 +0200
commitef14c987f2e52a0a0e01c8dd64c919918bc10b77 (patch)
tree1c9a9c374f35b642a057270423de5abae56bde74 /games
parent5ed4e59a5b7c7c61651f9d36cc322b56614a4ee7 (diff)
downloadplay-ef14c987f2e52a0a0e01c8dd64c919918bc10b77.tar.gz
play-ef14c987f2e52a0a0e01c8dd64c919918bc10b77.tar.bz2
play-ef14c987f2e52a0a0e01c8dd64c919918bc10b77.zip
Correct PREFIX
Diffstat (limited to 'games')
-rw-r--r--games/fallout2
-rw-r--r--games/fallout22
2 files changed, 2 insertions, 2 deletions
diff --git a/games/fallout b/games/fallout
index 42912b0..d96d150 100644
--- a/games/fallout
+++ b/games/fallout
@@ -1,6 +1,6 @@
inherit iso
-PREFIX="~/.fallout"
+PREFIX="fallout"
SIZE="640x480"
GPATH="c:/spiele/fallout/falloutw.exe"
EXARGS="-depth 16"
diff --git a/games/fallout2 b/games/fallout2
index f61a910..0f4bf22 100644
--- a/games/fallout2
+++ b/games/fallout2
@@ -1,4 +1,4 @@
-PREFIX="$HOME/.fallout"
+PREFIX="fallout"
SIZE="832x624"
GPATH="fallout2.exe"
EXARGS="-depth 16"