From: Michael Mrozek Date: Mon, 23 May 2011 22:49:41 +0000 (+0200) Subject: pandora-skel.bb: Added Desktop-Directory into skel (this fixes permissions of Desktop... X-Git-Tag: sz_beta3~167 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c57a92d56bba6f91382f25ecb7951bc644fa9ad8;p=openpandora.oe.git pandora-skel.bb: Added Desktop-Directory into skel (this fixes permissions of Desktop-Dir for normal users) --- diff --git a/recipes/pandora-system/pandora-skel.bb b/recipes/pandora-system/pandora-skel.bb index 5b989e7..1a322c8 100644 --- a/recipes/pandora-system/pandora-skel.bb +++ b/recipes/pandora-system/pandora-skel.bb @@ -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 = "r5" +PR = "r6" 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