[PATCH] Switch to using the new help content path (#1072033)

Martin Kolman mkolman at redhat.com
Thu Oct 9 14:40:34 UTC 2014


Related: rhbz#1072033
Signed-off-by: Martin Kolman <mkolman at redhat.com>
---
 pyanaconda/installclass.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/installclass.py b/pyanaconda/installclass.py
index b89b215..03dcfc3 100644
--- a/pyanaconda/installclass.py
+++ b/pyanaconda/installclass.py
@@ -64,7 +64,7 @@ class BaseInstallClass(object):
     default = 0
 
     # help
-    help_folder = "/usr/share/doc/anaconda"
+    help_folder = "/usr/share/anaconda/help"
     help_main_page = "Installation_Guide.xml"
     help_placeholder = None
     help_placeholder_with_links = None
-- 
1.9.3



More information about the anaconda-patches mailing list