aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/pango/pango.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-01-17 11:19:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-17 15:06:53 +0000
commit1b24f76bae9612bc69fb0afeaccb06c5e5746ce6 (patch)
tree11e3fed3a4e6b308923f88b90a1d05032a26ea12 /meta/recipes-graphics/pango/pango.inc
parent25c2d1a825a5d028b99f956be2918ceed4a93ac3 (diff)
downloadopenembedded-core-1b24f76bae9612bc69fb0afeaccb06c5e5746ce6.tar.gz
pango: create /etc/pango in module postinsts if it's missing
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/pango/pango.inc')
-rw-r--r--meta/recipes-graphics/pango/pango.inc3
1 files changed, 3 insertions, 0 deletions
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 () {