mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 03:49:57 +00:00
e-wm: fix file permissions on sysactions.conf
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ LICENSE = "MIT BSD"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=76de290eb3fdda12121830191c152a7d"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=76de290eb3fdda12121830191c152a7d"
|
||||||
SRCNAME = "e"
|
SRCNAME = "e"
|
||||||
PV = "0.16.999.060+svnr${SRCPV}"
|
PV = "0.16.999.060+svnr${SRCPV}"
|
||||||
PR = "r9"
|
PR = "r10"
|
||||||
SRCREV = "${EFL_SRCREV}"
|
SRCREV = "${EFL_SRCREV}"
|
||||||
|
|
||||||
inherit e update-alternatives gettext
|
inherit e update-alternatives gettext
|
||||||
@@ -32,6 +32,10 @@ do_install_append() {
|
|||||||
# customising - should rather make this simple upstream
|
# customising - should rather make this simple upstream
|
||||||
install -m 755 ${WORKDIR}/enlightenment_start.oe ${D}/${bindir}
|
install -m 755 ${WORKDIR}/enlightenment_start.oe ${D}/${bindir}
|
||||||
|
|
||||||
|
# security reasons, e-wm checks that in runtime
|
||||||
|
# xinit[418]: ERROR: CONFIGURATION FILE HAS BAD PERMISSIONS
|
||||||
|
chmod 600 ${D}/${sysconfdir}/enlightenment/sysactions.conf
|
||||||
|
|
||||||
install -d ${D}/${datadir}/applications/
|
install -d ${D}/${datadir}/applications/
|
||||||
install -m 644 ${S}/src/modules/fileman/module.desktop ${D}/${datadir}/applications/efm.desktop
|
install -m 644 ${S}/src/modules/fileman/module.desktop ${D}/${datadir}/applications/efm.desktop
|
||||||
sed "s#Type=Link#Type=Application#g" -i ${D}/${datadir}/applications/efm.desktop
|
sed "s#Type=Link#Type=Application#g" -i ${D}/${datadir}/applications/efm.desktop
|
||||||
|
|||||||
Reference in New Issue
Block a user