fbgrab: fix installed but not shipped warnings

WARNING: QA Issue: fbgrab: Files/directories were installed but not shipped
  /usr/man
  /usr/man/man1
  /usr/man/man1/fbgrab.1.gz

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Jonathan Liu
2014-03-04 15:35:54 +11:00
committed by Martin Jansa
parent 54378cb305
commit 3cb58d800c
@@ -12,3 +12,7 @@ S = "${WORKDIR}/${PN}"
SRC_URI[md5sum] = "15b432735d6efd0373722bb96577b945"
SRC_URI[sha256sum] = "61e0772ad6ea744ee597ae478398ddd0ba6fceee2cf343859bebde2c15bafb91"
do_configure_prepend() {
sed -i 's|$(DESTDIR)/usr/man/|$(DESTDIR)${mandir}/|g' ${S}/Makefile
}