From 34be9d4ae444d7109c3ea7232671bc63ec73918c Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Sat, 21 Mar 2009 23:26:51 -0500 Subject: libgsm, bogofilter, man: fix misuse of FILESDIR (Required to make these build again after some earlier changes) --- recipes/man/man_1.5p.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/man') diff --git a/recipes/man/man_1.5p.bb b/recipes/man/man_1.5p.bb index e46b5b03cc..2a1ed7fd72 100644 --- a/recipes/man/man_1.5p.bb +++ b/recipes/man/man_1.5p.bb @@ -3,7 +3,7 @@ SECTION = "base" 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 = "r3" +PR = "r4" RDEPENDS_${PN} = "less groff" # Note: The default man.conf uses wrong names for GNU eqn and troff, @@ -33,7 +33,7 @@ do_compile() { do_install() { oe_runmake 'PREFIX=${D}' 'DEFS=${DEFS}' install - install -m 644 ${FILESDIR}/man.conf ${D}/etc + install -m 644 ${WORKDIR}/man.conf ${D}/etc } FILES_${PN} = "${bindir}/* ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \ -- cgit 1.2.3-korg