summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgui.py3
-rw-r--r--text.py3
2 files changed, 4 insertions, 2 deletions
diff --git a/gui.py b/gui.py
index cb556a1b7..af2e82b20 100755
--- a/gui.py
+++ b/gui.py
@@ -1284,7 +1284,8 @@ class InstallControlWindow:
class InstallControlState:
def __init__ (self, cw):
- self.searchPath = [ "./", "/usr/share/anaconda/", "./" ]
+ self.searchPath = ("/mnt/source/RHupdates",
+ "./", "/usr/share/anaconda/")
self.cw = cw
self.prevEnabled = 1
self.nextEnabled = 1
diff --git a/text.py b/text.py
index 15225c10f..de40c116d 100644
--- a/text.py
+++ b/text.py
@@ -173,7 +173,8 @@ class InstallInterface:
# HelpWindow can't get to the langauge
found = 0
- for path in [ "./text-", "/usr/share/anaconda/" ]:
+ for path in ("./text-", "/mnt/source/RHupdates/",
+ "/usr/share/anaconda/"):
if found:
break
for lang in self.langSearchPath: