Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/pkgconf.xml

    r36c4569b r0fe3bb0  
    5858<screen><userinput remap="install">make install</userinput></screen>
    5959
    60     <para>To maintain compatibility with the original Pkg-config create a
    61     symlink:</para>
     60    <para>To maintain compatibility with the original Pkg-config create two
     61    symlinks:</para>
    6262
    63 <screen><userinput remap="install">ln -sfv pkgconf /usr/bin/pkg-config</userinput></screen>
     63<screen><userinput remap="install">ln -sv pkgconf   /usr/bin/pkg-config
     64ln -sv pkgconf.1 /usr/share/man/man1/pkg-config.1</userinput></screen>
    6465
    6566  </sect2>
Note: See TracChangeset for help on using the changeset viewer.