diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2017-08-10 11:41:46 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2017-08-10 11:41:46 +0000 |
commit | 105937c37ad0a86cdfba94df55c8df7c23c12b20 (patch) | |
tree | e1b230252480e266df6c241ea8a32c694a5d5f8d | |
parent | eb2e94a50bff58d0bd5b1feabe8ef16dd8d52949 (diff) |
The <productname> tag should contain the name of the package, not the name of what is installed (it is planned to use this information in jhalfs)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11277 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/libstdc++.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/libstdc++.xml b/chapter05/libstdc++.xml index f3ac79de6..7cf3e7f42 100644 --- a/chapter05/libstdc++.xml +++ b/chapter05/libstdc++.xml @@ -9,7 +9,7 @@ <?dbhtml filename="gcc-libstdc++.html"?> <sect1info condition="script"> - <productname>libstdc++</productname> + <productname>gcc</productname> <productnumber>&gcc-version;</productnumber> <address>&gcc-url;</address> </sect1info> |