diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-06-21 14:35:58 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-06-21 14:35:58 +0800 |
commit | 0fe3bb04a7aea4fa162af5840026c672393354f7 (patch) | |
tree | 03540c996c7d125977bb74ddcaa5558c90f62ba9 /chapter08/pkgconf.xml | |
parent | 89375e276b044c87c02ea8b244def909cde11a01 (diff) |
Create man page symlinks for awk, cc, pkg-config, and lex
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> |