summarylogtreecommitdiffstats
path: root/fix-dosbox-mounts.patch
diff options
context:
space:
mode:
authorConstantin Nickel2016-11-20 15:33:48 +0100
committerConstantin Nickel2016-11-20 17:26:19 +0100
commit311e1324484d5d58af26a183a5b30221e9eed9d9 (patch)
tree8eb24b14c438768abd54cb204d2eb26d67083cfb /fix-dosbox-mounts.patch
downloadaur-311e1324484d5d58af26a183a5b30221e9eed9d9.tar.gz
initial commit
Diffstat (limited to 'fix-dosbox-mounts.patch')
-rw-r--r--fix-dosbox-mounts.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/fix-dosbox-mounts.patch b/fix-dosbox-mounts.patch
new file mode 100644
index 000000000000..8df305c4d9b6
--- /dev/null
+++ b/fix-dosbox-mounts.patch
@@ -0,0 +1,30 @@
+diff --git a/app/dosboxbi1_single.conf b/app/dosboxbi1_single.conf
+--- a/app/dosboxbi1_single.conf
++++ b/app/dosboxbi1_single.conf
+@@ -25,7 +25,7 @@ if errorlevel 1 goto isle
+
+ :isle
+ cls
+-mount C "..\ISLE"
++mount C "isle"
+ c:
+ cls
+ bi.exe
+@@ -33,7 +33,7 @@ exit
+
+ :desert
+ cls
+-mount C "..\DESERT"
++mount C "desert"
+ c:
+ cls
+ DESERT.EXE
+@@ -41,7 +41,7 @@ exit
+
+ :moon
+ cls
+-mount C "..\MOON"
++mount C "moon"
+ c:
+ cls
+ MOON.EXE