summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-02-15 12:38:31 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-02-15 12:38:31 +0100
commit30a6b40a43a6608896e1622380d96aeba7f358a6 (patch)
tree94917ffe78b1219f0f2799ea548862c0a25adde8
parent933a93e4a71591e867182999a7daf8ae3bad5596 (diff)
downloadplay-30a6b40a43a6608896e1622380d96aeba7f358a6.tar.gz
play-30a6b40a43a6608896e1622380d96aeba7f358a6.tar.bz2
play-30a6b40a43a6608896e1622380d96aeba7f358a6.zip
Use 'super -r' for torment
-rw-r--r--games/torment2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/torment b/games/torment
index 036eee3..ae957a6 100644
--- a/games/torment
+++ b/games/torment
@@ -12,6 +12,7 @@ mnttrgt="$WINEPREFIX/drive_c/tormentcds"
prepare ()
{
+ super -r iso
for i in 1 2 3 4; do
MOUNTTARGET="$mnttrgt/cd$i"
MOUNT=torment/TormentCD$i.iso
@@ -21,6 +22,7 @@ prepare ()
cleanup ()
{
+ super -r iso
for i in 1 2 3 4; do
MOUNTTARGET="$mnttrgt/cd$i"
iso_cleanup