diff options
author | Mike Westerhof <mwester@dls.net> | 2009-03-21 23:26:51 -0500 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2009-03-21 23:26:51 -0500 |
commit | 34be9d4ae444d7109c3ea7232671bc63ec73918c (patch) | |
tree | f08bab564971dc9ac712677a286bbcfc044e31f6 /recipes/man | |
parent | 807d0af14bd12290c0471726c49d2e8658b11346 (diff) |
libgsm, bogofilter, man: fix misuse of FILESDIR
(Required to make these build again after some earlier changes)
Diffstat (limited to 'recipes/man')
-rw-r--r-- | recipes/man/man_1.5p.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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.* \ |