From: Grazvydas Ignotas Date: Sat, 25 Jul 2015 21:14:34 +0000 (+0300) Subject: pandora-skel: add a hack for .config and friends X-Git-Tag: sz_172~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b422168e931dd501533112593482e796c6d648e;p=openpandora.oe.git pandora-skel: add a hack for .config and friends --- diff --git a/recipes/pandora-system/pandora-skel.bb b/recipes/pandora-system/pandora-skel.bb index 3e38a2c..5245c74 100644 --- a/recipes/pandora-system/pandora-skel.bb +++ b/recipes/pandora-system/pandora-skel.bb @@ -61,6 +61,11 @@ do_install() { install -d ${D}${sysconfdir}/skel/.mplayer/ install -m 0644 ${WORKDIR}/mplayconfig ${D}${sysconfdir}/skel/.mplayer/config + + # something creates these with wrong perms, so create here + install -d ${D}${sysconfdir}/skel/.cache + install -d ${D}${sysconfdir}/skel/.config/xfce4/xfconf + install -d ${D}${sysconfdir}/skel/.local/share } pkg_postinst () {