[oe-commits] Graham Gower : usermanual/chapters/recipes.xml: Executables should be executable.

git version control git at git.openembedded.org
Wed Jul 14 06:32:00 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b4cdc30178c0b506e25d706a5371e417deb82ce8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b4cdc30178c0b506e25d706a5371e417deb82ce8

Author: Graham Gower <graham.gower at gmail.com>
Date:   Tue Jul 13 18:48:39 2010 +0000

usermanual/chapters/recipes.xml: Executables should be executable.

Signed-off-by: Graham Gower <graham.gower at gmail.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 docs/usermanual/chapters/recipes.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/usermanual/chapters/recipes.xml b/docs/usermanual/chapters/recipes.xml
index fdee72c..5b0ff14 100644
--- a/docs/usermanual/chapters/recipes.xml
+++ b/docs/usermanual/chapters/recipes.xml
@@ -1138,7 +1138,7 @@ PR = "r0"</screen></para>
       is done via the install task, so we need to define a do_install function
       in the recipe to describe how to install the package:<screen>do_install() {
         install -m 0755 -d ${D}${bindir} ${D}${docdir}/myhelloworld
-        install -m 0644 ${S}/myhelloworld ${D}${bindir}
+        install -m 0755 ${S}/myhelloworld ${D}${bindir}
         install -m 0644 ${WORKDIR}/README.txt ${D}${docdir}/myhelloworld
 }</screen></para>
 





More information about the Openembedded-commits mailing list