[PATCH 2/2] Pass the help content version to the script that generates it (#1072033)
Martin Kolman
mkolman at redhat.com
Fri Dec 5 11:44:44 UTC 2014
The help content generation script can use it to write a version file
to /usr/share/anaconda/help, so that help content version can be easily
checked from the installation environment.
Related: rhbz#1072033
Signed-off-by: Martin Kolman <mkolman at redhat.com>
---
anaconda.spec.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/anaconda.spec.in b/anaconda.spec.in
index e06b268..f8ef4d4 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -234,7 +234,7 @@ This package hold the content for the Anaconda built-in help system.
%{__make} %{?_smp_mflags}
# generate content for the help system
-( cd anaconda-user-help-%{helpver} && python prepare_anaconda_help_content.py )
+( cd anaconda-user-help-%{helpver} && python prepare_anaconda_help_content.py %{helpver})
%install
%{make_install}
--
1.9.3
More information about the anaconda-patches
mailing list