From 006266ecbe28dda2001b5529ba9098e65a9cc4b9 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 17 Apr 2014 00:08:25 +0300 Subject: [PATCH] wesnoth: fix QA errors Signed-off-by: Marko Lindqvist --- recipes-games/wesnoth/wesnoth_1.10.7.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-games/wesnoth/wesnoth_1.10.7.bb b/recipes-games/wesnoth/wesnoth_1.10.7.bb index e73e020..f5c0bf6 100644 --- a/recipes-games/wesnoth/wesnoth_1.10.7.bb +++ b/recipes-games/wesnoth/wesnoth_1.10.7.bb @@ -55,6 +55,9 @@ do_install_append() { if [ -d ${D}${prefix}/man ];then mv ${D}${prefix}/man ${D}${mandir} fi + + rm -Rf ${D}/run + rm -Rf ${D}/var } RDEPENDS_${PN} = "${PN}-data tremor"