keylaunch-conf: Fix permissions on keylaunchrc.
authorPaul Sokolovsky <pmiscml@gmail.com>
Mon, 26 Nov 2007 13:24:46 +0000 (13:24 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Mon, 26 Nov 2007 13:24:46 +0000 (13:24 +0000)
packages/keylaunch/keylaunch-conf_2.0.10.bb

index f9748d2..aeb9c86 100644 (file)
@@ -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
 }