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