X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-skel.bb;h=5245c746818dcbf4d9c2b767e7b70cf889000c07;hp=3e38a2caf23b53220ecbc06c35d64688e975e21b;hb=6b422168e931dd501533112593482e796c6d648e;hpb=ed3b482a000df7f1c10f36efbcf025d9dacdbd62 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 () {