diff --git a/srcpkgs/pkgconf/template b/srcpkgs/pkgconf/template index 22636fea432..e94fd6cceb4 100644 --- a/srcpkgs/pkgconf/template +++ b/srcpkgs/pkgconf/template @@ -17,4 +17,6 @@ post_install() { vlicense COPYING rm -r $DESTDIR/usr/include ln -sr $DESTDIR/usr/bin/pkgconf $DESTDIR/usr/bin/pkg-config + ln -sr $DESTDIR/usr/share/man/man1/pkgconf.1 \ + $DESTDIR/usr/share/man/man1/pkg-config.1 }