pkgconf: add link from pkg-config.1 to pkgconf.1

This commit is contained in:
Enno Boland 2018-10-04 10:56:05 +02:00 committed by Enno Boland
parent 3ae257df05
commit 2ce7b7e17f

View file

@ -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
}