mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
man-pages: crypt{,_r}.3 pages provided by libxcrypt-devel on glibc
This commit is contained in:
parent
8558f33408
commit
335d423149
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'man-pages'
|
# Template file for 'man-pages'
|
||||||
pkgname=man-pages
|
pkgname=man-pages
|
||||||
version=6.05.01
|
version=6.05.01
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Linux Documentation Project (LDP) manual pages"
|
short_desc="Linux Documentation Project (LDP) manual pages"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
@ -45,6 +45,12 @@ do_install() {
|
||||||
mv man1/{ldd.1,glibc-ldd.1}
|
mv man1/{ldd.1,glibc-ldd.1}
|
||||||
mv man1/{getent.1,glibc-getent.1}
|
mv man1/{getent.1,glibc-getent.1}
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
# libxcrypt-devel
|
||||||
|
rm -f man3/crypt.3
|
||||||
|
rm -f man3/crypt_r.3
|
||||||
|
fi
|
||||||
|
|
||||||
sed 's/^\.TH SYSLOG 2/.TH KLOGCTL 3/' man2/syslog.2 >man3/klogctl.3
|
sed 's/^\.TH SYSLOG 2/.TH KLOGCTL 3/' man2/syslog.2 >man3/klogctl.3
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue