Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sjnewbury committed Aug 6, 2009
1 parent 595b4f8 commit 37d3996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/multilib-native.eclass
Expand Up @@ -323,7 +323,7 @@ multilib-native_setup_build_directory() {
ECONF_SOURCE="${EMULTILIB_SOURCE_TOPDIR}/${EMULTILIB_RELATIVE_BUILD_DIR/${EMULTILIB_SOURCE_TOP_DIRNAME}}"
fi
else
if [[ -d ${EMULTILIB_SOURCE_TOP_DIRNAME}} ]]; then
if [[ -d ${EMULTILIB_SOURCE_TOP_DIRNAME} ]]; then
einfo "Copying source tree from ${EMULTILIB_SOURCE_TOPDIR} to ${WORKDIR}/${PN}_build_${ABI}"
cp -al "${EMULTILIB_SOURCE_TOPDIR}" "${WORKDIR}/${PN}_build_${ABI}"
fi
Expand Down

0 comments on commit 37d3996

Please sign in to comment.