mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
fingerterm: Make is executable to other users by default
By default "xuser" cannot execute this binary. So we fix it. Signed-off-by: Felipe F. Tonello <eu@felipetonello.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
995cc1eb44
commit
de38b56f76
@@ -27,7 +27,7 @@ FILES_${PN} = " \
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0744 ${S}/${PN} ${D}${bindir}
|
||||
install -m 0755 ${S}/${PN} ${D}${bindir}
|
||||
|
||||
sed -i -e '/Exec.*/d' fingerterm.desktop
|
||||
sed -i -e '/Icon.*/d' fingerterm.desktop
|
||||
|
||||
Reference in New Issue
Block a user