From: Paul Sokolovsky Date: Mon, 26 Nov 2007 13:24:46 +0000 (+0000) Subject: keylaunch-conf: Fix permissions on keylaunchrc. X-Git-Tag: Release-2010-05/1~8243^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e5cdb82641bb73c85e8424761274246f50d9083;p=openembedded.git keylaunch-conf: Fix permissions on keylaunchrc. --- 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 }