From c57a92d56bba6f91382f25ecb7951bc644fa9ad8 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Tue, 24 May 2011 00:49:41 +0200 Subject: [PATCH] pandora-skel.bb: Added Desktop-Directory into skel (this fixes permissions of Desktop-Dir for normal users) --- recipes/pandora-system/pandora-skel.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5