doc/stdenv: Update default for stripDebugList.

This has changed a few times from 2008 to 2012: cdc74e167, d9213df2c,
and 095db9fe3.
gstqt5
Greg Price 2020-04-06 20:42:36 -07:00
parent 7547cf9dfc
commit 53d61f91d2
1 changed files with 1 additions and 1 deletions

View File

@ -1295,7 +1295,7 @@ installTargets = "install-bin install-doc";</programlisting>
</term>
<listitem>
<para>
List of directories to search for libraries and executables from which only debugging-related symbols should be stripped. It defaults to <literal>lib bin sbin</literal>.
List of directories to search for libraries and executables from which only debugging-related symbols should be stripped. It defaults to <literal>lib lib32 lib64 libexec bin sbin</literal>.
</para>
</listitem>
</varlistentry>