man-pages: rename some glibc specific manpages.
This commit is contained in:
parent
1a806621f3
commit
c489324b90
1 changed files with 5 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=3.75
|
version=3.75
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
short_desc="Linux Documentation Project (LDP) manual pages"
|
short_desc="Linux Documentation Project (LDP) manual pages"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -40,6 +40,10 @@ do_install() {
|
||||||
# openssl-devel
|
# openssl-devel
|
||||||
mv man3/rand.3 man3/glibc-rand.3
|
mv man3/rand.3 man3/glibc-rand.3
|
||||||
mv man3/err.3 man3/glibc-err.3
|
mv man3/err.3 man3/glibc-err.3
|
||||||
|
# Rename some glibc specific manpages
|
||||||
|
mv man1/{iconv.1,glibc-iconv.1}
|
||||||
|
mv man1/{ldd.1,glibc-ldd.1}
|
||||||
|
mv man1/{getent.1,glibc-getent.1}
|
||||||
}
|
}
|
||||||
|
|
||||||
man-pages-devel_package() {
|
man-pages-devel_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue