From 4181e58d90369fc1c3730e0ceb9cf531b27ea601 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 2 Feb 2016 17:58:34 -0800 Subject: ref-manual: Updated warning regarding libexecdir Fixes [YOCTO #6398] Fixed the text according to Ross such that the specified package contains files in /usr/libexec when the distro configuration uses a different path for . By default libexecdir is $prefix/libexec but this can be changed, for example to ${libdir}. (From yocto-docs rev: 6ffe6728994c615abe2689a63f9f055425d08d7e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-qa-checks.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'documentation/ref-manual/ref-qa-checks.xml') diff --git a/documentation/ref-manual/ref-qa-checks.xml b/documentation/ref-manual/ref-qa-checks.xml index 38689b9920..4fcf1db619 100644 --- a/documentation/ref-manual/ref-qa-checks.xml +++ b/documentation/ref-manual/ref-qa-checks.xml @@ -81,11 +81,13 @@ can be found then it should be implemented. I can't find one at the moment. The specified package contains files in - /usr/libexec. - By default, libexecdir is set to - "${libdir}/${BPN}" rather than to "/usr/libexec". - Thus, installing to /usr/libexec - is likely not desirable. + /usr/libexec when the distro + configuration uses a different path for + <libexecdir> + By default, <libexecdir> is + $prefix/libexec. + However, this default can be changed (e.g. + ${libdir}). -- cgit v1.2.3-54-g00ecf