pandora-skel.bb, pandora-scripts.bb: Bumped recipes
[openpandora.oe.git] / recipes / pandora-system / pandora-skel.bb
index 73bd78b..74ff31a 100644 (file)
@@ -5,7 +5,7 @@ COMPATIBLE_MACHINE = "omap3-pandora"
 # /etc/skel is used by Shadow's useradd so you really have that installed for this to make sense ;)
 RDEPENDS = "shadow"
 
-PR = "r4"
+PR = "r7"
 
 SRC_URI = " \
   file://.xinitrc \     
@@ -24,6 +24,7 @@ SRC_URI = " \
 
 do_install() {
   install -d ${D}${sysconfdir}/skel/
+  install -d ${D}${sysconfdir}/skel/Desktop
   install -m 0644 ${WORKDIR}/.xinitrc ${D}${sysconfdir}/skel/.xinitrc
   install -m 0644 ${WORKDIR}/vimrc ${D}${sysconfdir}/skel/.vimrc
   install -m 0644 ${WORKDIR}/bashrc ${D}${sysconfdir}/skel/.bashrc