summarylogtreecommitdiffstats
path: root/gamespath.patch
diff options
context:
space:
mode:
authorJohn-Gee2019-10-23 00:43:07 -0700
committerJohn-Gee2019-10-23 00:43:07 -0700
commit4d276a093578a577f61314564d47c4855682122a (patch)
tree02687acc3d272f7f9b7a89ff3b16ecc5644e3332 /gamespath.patch
parent8b597b886e8f5b63c71022b62afb5b02a21a94af (diff)
downloadaur-4d276a093578a577f61314564d47c4855682122a.tar.gz
Made changes suggested by yochananmarqos
Diffstat (limited to 'gamespath.patch')
-rw-r--r--gamespath.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/gamespath.patch b/gamespath.patch
deleted file mode 100644
index 2f4762e7d7d6..000000000000
--- a/gamespath.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/bin/ialauncher
-+++ b/bin/ialauncher
-@@ -4,7 +4,7 @@
- from ialauncher.backend import Backend
- from ialauncher.frontend import Frontend
-
--games_dir= os.path.join(os.path.expanduser("~"), 'games')
-+games_dir= '/opt/ialauncher/games'
- if not os.path.isdir(games_dir):
- print('''
- Error: the games directory could not be found at {}