diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2014-07-27 22:58:34 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-29 09:58:26 +0100 |
commit | 97cc4978f3c20337952b87340311c48a8bcb5744 (patch) | |
tree | 958a21f47e2ef634a3ea37a29fa4563fa70b793b /meta/recipes-core | |
parent | 3b1beeb5109d0ccbc134ae6246b3dfb92d328778 (diff) | |
download | poky-97cc4978f3c20337952b87340311c48a8bcb5744.tar.gz |
base-files: actually install 2775 dirs as 2775, not 2755
Nothing interesting to see in the git history ; appears to have
been this way since its creation.
(From OE-Core rev: f178f56f389e9640a7e80f82250129586edff20c)
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/base-files/base-files_3.0.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb b/meta/recipes-core/base-files/base-files_3.0.14.bb index 6d76a2b0db..b30f56b9db 100644 --- a/meta/recipes-core/base-files/base-files_3.0.14.bb +++ b/meta/recipes-core/base-files/base-files_3.0.14.bb | |||
@@ -72,7 +72,7 @@ do_install () { | |||
72 | install -m 1777 -d ${D}$d | 72 | install -m 1777 -d ${D}$d |
73 | done | 73 | done |
74 | for d in ${dirs2775}; do | 74 | for d in ${dirs2775}; do |
75 | install -m 2755 -d ${D}$d | 75 | install -m 2775 -d ${D}$d |
76 | done | 76 | done |
77 | for d in ${volatiles}; do | 77 | for d in ${volatiles}; do |
78 | ln -sf volatile/$d ${D}${localstatedir}/$d | 78 | ln -sf volatile/$d ${D}${localstatedir}/$d |