aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-11-26 13:24:46 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-11-26 13:24:46 +0000
commit8e5cdb82641bb73c85e8424761274246f50d9083 (patch)
tree9272eb7ac9586fb899cdda8210291a47c09ab187
parent923065ba17a1da3760bf92ddc85e1749054f558f (diff)
downloadopenembedded-8e5cdb82641bb73c85e8424761274246f50d9083.tar.gz
keylaunch-conf: Fix permissions on keylaunchrc.
-rw-r--r--packages/keylaunch/keylaunch-conf_2.0.10.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/keylaunch/keylaunch-conf_2.0.10.bb b/packages/keylaunch/keylaunch-conf_2.0.10.bb
index f9748d29f7..aeb9c862ca 100644
--- a/packages/keylaunch/keylaunch-conf_2.0.10.bb
+++ b/packages/keylaunch/keylaunch-conf_2.0.10.bb
@@ -6,7 +6,7 @@ SECTION = "gpe"
LICENSE = "GPL"
DESCRIPTION = "Device-specific keylaunch configuration"
PACKAGE_ARCH = "${MACHINE_ARCH}"
-PR = "r1"
+PR = "r2"
SRC_URI = " file://keylaunchrc"
SRC_URI += " file://80chvt-SUID"
@@ -14,7 +14,7 @@ SRC_URI += " file://80chvt-SUID"
do_install () {
install -d ${D}${sysconfdir}
install -d ${D}${sysconfdir}/X11/Xinit.d
- install ${WORKDIR}/keylaunchrc ${D}${sysconfdir}/keylaunchrc.matchbox
+ install -m 0644 ${WORKDIR}/keylaunchrc ${D}${sysconfdir}/keylaunchrc.matchbox
install ${WORKDIR}/80chvt-SUID ${D}${sysconfdir}/X11/Xinit.d
}