diff options
| -rw-r--r-- | meta/classes/autotools.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 98fa0dd6a6..9f02425151 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
| @@ -170,7 +170,7 @@ autotools_stage_all() { | |||
| 170 | mkdir -p ${STAGE_TEMP} | 170 | mkdir -p ${STAGE_TEMP} |
| 171 | oe_runmake DESTDIR="${STAGE_TEMP}" install | 171 | oe_runmake DESTDIR="${STAGE_TEMP}" install |
| 172 | if [ -d ${STAGE_TEMP}/${includedir} ]; then | 172 | if [ -d ${STAGE_TEMP}/${includedir} ]; then |
| 173 | cp -fpPR ${STAGE_TEMP}/${includedir}/ ${STAGING_INCDIR} | 173 | cp -fpPR -t ${STAGING_INCDIR} ${STAGE_TEMP}/${includedir}/* |
| 174 | fi | 174 | fi |
| 175 | if [ -d ${STAGE_TEMP}/${libdir} ] | 175 | if [ -d ${STAGE_TEMP}/${libdir} ] |
| 176 | then | 176 | then |
