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"