From: Florian Boor Date: Wed, 17 Oct 2018 14:01:38 +0000 (+0200) Subject: overlayfs-tools: fix permissions of installed binary X-Git-Url: https://git.kernelconcepts.de/?p=meta-kc-bsp.git;a=commitdiff_plain;h=8a0e4b47e0d4a306e2cc30e7074f02694e890cc0 overlayfs-tools: fix permissions of installed binary --- diff --git a/recipes-support/overlayfs-tools/overlayfs-tools_git.bb b/recipes-support/overlayfs-tools/overlayfs-tools_git.bb index e9376c4..7f29dc2 100644 --- a/recipes-support/overlayfs-tools/overlayfs-tools_git.bb +++ b/recipes-support/overlayfs-tools/overlayfs-tools_git.bb @@ -28,6 +28,6 @@ do_compile () { do_install() { install -d ${D}${bindir} - install -m 644 ${B}/overlay ${D}/${bindir}/overlay + install -m 755 ${B}/overlay ${D}/${bindir}/overlay }