pandora-skel.bb: Added Desktop-Directory into skel (this fixes permissions of Desktop...
authorMichael Mrozek <EvilDragon@openpandora.de>
Mon, 23 May 2011 22:49:41 +0000 (00:49 +0200)
committerMichael Mrozek <EvilDragon@openpandora.de>
Mon, 23 May 2011 22:49:41 +0000 (00:49 +0200)
recipes/pandora-system/pandora-skel.bb

index 5b989e7..1a322c8 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"
 
 # /etc/skel is used by Shadow's useradd so you really have that installed for this to make sense ;)
 RDEPENDS = "shadow"
 
-PR = "r5"
+PR = "r6"
 
 SRC_URI = " \
   file://.xinitrc \     
 
 SRC_URI = " \
   file://.xinitrc \     
@@ -24,6 +24,7 @@ SRC_URI = " \
 
 do_install() {
   install -d ${D}${sysconfdir}/skel/
 
 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
   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