autotools.bbclass: Fix typos

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4079 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-03-19 20:25:28 +00:00
parent 80ec6694d7
commit 69215b0451
1 changed files with 1 additions and 3 deletions

View File

@ -179,14 +179,12 @@ autotools_stage_all() {
fi
if [ "${BUILD_SYS}" = "${HOST_SYS}" ]; then
if [ -d ${STAGE_TEMP}/${bindir} ]; then
echo "here 1"
mkdir -p ${STAGING_DIR_HOST}${bindir}
cp -fpPR -t ${STAGING_DIR_HOST}/${layout_bindir} ${STAGE_TEMP}/${bindir}/*
fi
if [ -d ${STAGE_TEMP}/${sbindir} ]; then
echo "here 2"
mkdir -p ${STAGING_DIR_HOST}${sbindir}
cp -fpPR -t ${STAGING_DIR_HOST}/${layout_sbindir} ${STAGE_TEMP}/${bindir}/*
cp -fpPR -t ${STAGING_DIR_HOST}/${layout_sbindir} ${STAGE_TEMP}/${sbindir}/*
fi
fi
if [ -d ${STAGE_TEMP}/${libdir} ]