summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb')
-rw-r--r--meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb
index 2b04c74c5..48edc2c07 100644
--- a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb
+++ b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.2.bb
@@ -12,3 +12,7 @@ S = "${WORKDIR}/${PN}"
12 12
13SRC_URI[md5sum] = "15b432735d6efd0373722bb96577b945" 13SRC_URI[md5sum] = "15b432735d6efd0373722bb96577b945"
14SRC_URI[sha256sum] = "61e0772ad6ea744ee597ae478398ddd0ba6fceee2cf343859bebde2c15bafb91" 14SRC_URI[sha256sum] = "61e0772ad6ea744ee597ae478398ddd0ba6fceee2cf343859bebde2c15bafb91"
15
16do_configure_prepend() {
17 sed -i 's|$(DESTDIR)/usr/man/|$(DESTDIR)${mandir}/|g' ${S}/Makefile
18}