pandora-skel: add a hack for .config and friends
authorGrazvydas Ignotas <notasas@gmail.com>
Sat, 25 Jul 2015 21:14:34 +0000 (00:14 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sat, 25 Jul 2015 21:14:34 +0000 (00:14 +0300)
recipes/pandora-system/pandora-skel.bb

index 3e38a2c..5245c74 100644 (file)
@@ -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 () {