From 6b422168e931dd501533112593482e796c6d648e Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sun, 26 Jul 2015 00:14:34 +0300 Subject: [PATCH] pandora-skel: add a hack for .config and friends --- recipes/pandora-system/pandora-skel.bb | 5 +++++ 1 file changed, 5 insertions(+) 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 () { -- 2.39.5