From 925433d6e672f22ade79f034fb972d28429250a9 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 17 Jan 2012 11:19:43 +0100 Subject: pango: create /etc/pango in module postinsts if it's missing (From OE-Core rev: 1b24f76bae9612bc69fb0afeaccb06c5e5746ce6) Signed-off-by: Koen Kooi Signed-off-by: Richard Purdie --- meta/recipes-graphics/pango/pango.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-graphics/pango/pango.inc') diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc index bf528f4a61..ce8b6ba203 100644 --- a/meta/recipes-graphics/pango/pango.inc +++ b/meta/recipes-graphics/pango/pango.inc @@ -44,6 +44,9 @@ if [ "x$D" != "x" ]; then exit 1 fi +if ! [ -e $D${sysconfdir}/pango ] ; then + mkdir -p $D${sysconfdir}/pango +fi } python populate_packages_prepend () { -- cgit v1.2.3-54-g00ecf