From f26ae163d68812b2e0bfc39c482f0db50c3435dc Mon Sep 17 00:00:00 2001 From: idriskalp Date: Fri, 27 Dec 2019 15:21:31 +0300 Subject: [PATCH] man-pages 4.04 --- system/base/man-pages/actions.py | 2 +- system/base/man-pages/pspec.xml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/system/base/man-pages/actions.py b/system/base/man-pages/actions.py index 549aecfd..86e4176b 100644 --- a/system/base/man-pages/actions.py +++ b/system/base/man-pages/actions.py @@ -10,7 +10,7 @@ from pisi.actionsapi import get def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - autotools.rawInstall("DESTDIR=%s -C man-pages-posix-2003-a" % get.installDIR()) + autotools.rawInstall("DESTDIR=%s -C man-pages-posix-2013-a" % get.installDIR()) # These come from attr pisitools.remove("/usr/share/man/man2/flistxattr.2") diff --git a/system/base/man-pages/pspec.xml b/system/base/man-pages/pspec.xml index 1bbc269b..a6834e0b 100644 --- a/system/base/man-pages/pspec.xml +++ b/system/base/man-pages/pspec.xml @@ -12,8 +12,8 @@ data:doc A somewhat comprehensive collection of Linux man pages A large collection of man pages (documentation) from the Linux Documentation Project (LDP). - https://www.kernel.org/pub/linux/docs/man-pages/man-pages-5.04.tar.xz - http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2003-a.tar.xz + https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-5.04.tar.xz + https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2013-a.tar.xz @@ -32,12 +32,12 @@ - - 2019-12-11 + + 2019-12-27 5.04 Version bump. - Mustafa Cinasal - muscnsl@gmail.com + Idris Kalp + idriskalp@gmail.com 2018-11-29