aboutsummaryrefslogtreecommitdiffstats
path: root/packages/man
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-08-13 03:57:12 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-08-13 03:57:12 +0000
commit4a47c4a25e99d7d6d8348359cb37ed2307b21aaf (patch)
treed78e4cde98a43266ec73738dd52e899a4ce05aae /packages/man
parent601b02ca213825bcbf4e19bccc51aec72e70ca0d (diff)
downloadopenembedded-4a47c4a25e99d7d6d8348359cb37ed2307b21aaf.tar.gz
man 1.5p: Remove the spurious .debug directory from the main package.
Diffstat (limited to 'packages/man')
-rw-r--r--packages/man/man_1.5p.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/man/man_1.5p.bb b/packages/man/man_1.5p.bb
index fa4b318956..c2e0e829ce 100644
--- a/packages/man/man_1.5p.bb
+++ b/packages/man/man_1.5p.bb
@@ -4,7 +4,7 @@ MAINTAINER = "Inge Arnesen <inge.arnesen@gmail.com>"
DESCRIPTION = "The man page suite, including man, apropos, \
and whatis consists of programs that are used to read most \
of the documentation available on a Linux system."
-PR = "r2"
+PR = "r3"
RDEPENDS_${PN} = "less groff"
# Note: The default man.conf uses wrong names for GNU eqn and troff,
@@ -37,6 +37,6 @@ do_install() {
install -m 644 ${FILESDIR}/man.conf ${D}/etc
}
-FILES_${PN} = "${bindir} ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \
+FILES_${PN} = "${bindir}/* ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \
${libdir}/*/ ${sysconfdir} ${sharedstatedir} ${localstatedir} \
/bin /sbin /lib/*/ /lib/*.so*"