View | Details | Raw Unified | Return to bug 81208
Collapse All | Expand All

(-)book.sgml (-3 / +5 lines)
Lines 3033-3041 Link Here
3033
	    <literal>install</literal>).</para>
3033
	    <literal>install</literal>).</para>
3034
3034
3035
	  <note>
3035
	  <note>
3036
	    <para>The <replaceable>lib</replaceable> part is an argument given
3036
	    <para>Library existence is checked with command:
3037
	      to <command>ldconfig -r | grep -wF</command>.  There shall be no
3037
	    <command>ldconfig -r | grep -wE -e "-l$pattern"</command>.
3038
	      regular expressions in this variable.</para>
3038
	    Where <replaceable>$pattern</replaceable> is the
3039
	    <replaceable>lib</replaceable> part of <makevar>LIB_DEPENDS</makevar>
3040
	    with dots (.) escaped (\.).</para>
3039
	  </note>
3041
	  </note>
3040
3042
3041
	  <para>The dependency is checked twice, once from within the
3043
	  <para>The dependency is checked twice, once from within the

Return to bug 81208