mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
pkgconf: add link from pkg-config.1 to pkgconf.1
This commit is contained in:
parent
3ae257df05
commit
2ce7b7e17f
1 changed files with 2 additions and 0 deletions
|
@ -17,4 +17,6 @@ post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
rm -r $DESTDIR/usr/include
|
rm -r $DESTDIR/usr/include
|
||||||
ln -sr $DESTDIR/usr/bin/pkgconf $DESTDIR/usr/bin/pkg-config
|
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue