diff options
Diffstat (limited to 'chapter08/pkgconf.xml')
-rw-r--r-- | chapter08/pkgconf.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter08/pkgconf.xml b/chapter08/pkgconf.xml index 73630f817..724a1ff24 100644 --- a/chapter08/pkgconf.xml +++ b/chapter08/pkgconf.xml @@ -57,10 +57,11 @@ <screen><userinput remap="install">make install</userinput></screen> - <para>To maintain compatibility with the original Pkg-config create a - symlink:</para> + <para>To maintain compatibility with the original Pkg-config create two + symlinks:</para> -<screen><userinput remap="install">ln -sfv pkgconf /usr/bin/pkg-config</userinput></screen> +<screen><userinput remap="install">ln -sv pkgconf /usr/bin/pkg-config +ln -sv pkgconf.1 /usr/share/man/man1/pkg-config.1</userinput></screen> </sect2> |