From a39a2c1658d7f7f58a01f4446708d3d8bb253837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sun, 3 Jan 2016 18:30:37 +0200 Subject: [PATCH] fix build --- system/base/cpio/actions.py | 6 +++--- system/base/cpio/pspec.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/system/base/cpio/actions.py b/system/base/cpio/actions.py index be8952e8..0d560e93 100644 --- a/system/base/cpio/actions.py +++ b/system/base/cpio/actions.py @@ -27,8 +27,8 @@ def check(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.remove("/usr/share/man/man1/mt.1") - pisitools.removeDir("/usr/libexec") - + pisitools.removeDir("/usr/share/man/man8") + #pisitools.removeDir("/usr/libexec") + pisitools.dodoc("ChangeLog", "NEWS", "README") diff --git a/system/base/cpio/pspec.xml b/system/base/cpio/pspec.xml index 367300c0..385a4076 100644 --- a/system/base/cpio/pspec.xml +++ b/system/base/cpio/pspec.xml @@ -14,7 +14,7 @@ GNU cpio copies files into or out of a cpio or tar archive. The archive can be another file on the disk, a magnetic tape, or a pipe. GNU cpio supports the following archive formats: binary, old ASCII, new ASCII, crc, HPUX binary, HPUX old ASCII, old tar, and POSIX.1 tar. mirrors://gnu/cpio/cpio-2.12.tar.bz2 - cpio-2.7-svr4compat.patch + cpio-2.9-exitCode.patch CVE-2010-0624-rpatelib-overflow.patch @@ -33,7 +33,7 @@ - 2015-12-29 + 2016-01-03 2.12 Version bump. Ertuğrul Erata