]> code.ossystems Code Review - openembedded-core.git/commitdiff
base-files: actually install 2775 dirs as 2775, not 2755
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 28 Jul 2014 02:58:34 +0000 (22:58 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Jul 2014 08:56:05 +0000 (09:56 +0100)
Nothing interesting to see in the git history ; appears to have
been this way since its creation.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/base-files/base-files_3.0.14.bb

index 6d76a2b0db998726616c17af14d45a31c0b77d80..b30f56b9db50aadeeeeac23a4935aa5c65b9d2fb 100644 (file)
@@ -72,7 +72,7 @@ do_install () {
                install -m 1777 -d ${D}$d
        done
        for d in ${dirs2775}; do
-               install -m 2755 -d ${D}$d
+               install -m 2775 -d ${D}$d
        done
        for d in ${volatiles}; do
                ln -sf volatile/$d ${D}${localstatedir}/$d