diff options
-rw-r--r-- | packages/keylaunch/keylaunch-conf_2.0.10.bb | 4 |
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 } |