diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/eglibc/cross-localedef-native_2.12.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb b/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb index 096c0827f..68ef86439 100644 --- a/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb +++ b/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb @@ -26,8 +26,8 @@ do_unpack_append() { do_move_ports() { if test -d ${WORKDIR}/${EGLIBC_BRANCH}/ports ; then - rm -rf ${S}../libc/ports - mv ${WORKDIR}/${EGLIBC_BRANCH}/ports ${S}/../libc/ + rm -rf ${WORKDIR}/libc/ports + mv ${WORKDIR}/${EGLIBC_BRANCH}/ports ${WORKDIR}/libc/ fi } |