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

Chris Lumens clumens at redhat.com
Thu Oct 9 14:55:25 UTC 2014


> 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

Looks good to me.

- Chris


More information about the anaconda-patches mailing list