From 30a6b40a43a6608896e1622380d96aeba7f358a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 15 Feb 2013 12:38:31 +0100 Subject: Use 'super -r' for torment --- games/torment | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3