diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.27.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.27.bb b/meta/recipes-core/coreutils/coreutils_8.27.bb index 667e0af560..ea8740a2d1 100644 --- a/meta/recipes-core/coreutils/coreutils_8.27.bb +++ b/meta/recipes-core/coreutils/coreutils_8.27.bb | |||
@@ -99,7 +99,7 @@ do_install_append() { | |||
99 | install -t ${D}/${mandir}/man1 ${S}/man/*.1 | 99 | install -t ${D}/${mandir}/man1 ${S}/man/*.1 |
100 | # prebuilt man pages don't do a separate man page for [ vs test. | 100 | # prebuilt man pages don't do a separate man page for [ vs test. |
101 | # see comment above r.e. sed and update-alternatives | 101 | # see comment above r.e. sed and update-alternatives |
102 | cp -a ${D}${mandir}/man1/test.1 ${D}${mandir}/man1/lbracket.1.${BPN} | 102 | cp -R --no-dereference --preserve=mode,links -v ${D}${mandir}/man1/test.1 ${D}${mandir}/man1/lbracket.1.${BPN} |
103 | } | 103 | } |
104 | 104 | ||
105 | inherit update-alternatives | 105 | inherit update-alternatives |