From: Holger Freyther Date: Wed, 26 Dec 2007 11:29:32 +0000 (+0000) Subject: packages/qt4/qt_staging.inc: Fix place of the include and library directory X-Git-Tag: Release-2010-05/1~8080^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b83095b631a258a8067c8388d89abad9fc6fbec5;p=openembedded.git packages/qt4/qt_staging.inc: Fix place of the include and library directory --- diff --git a/packages/qt4/qt_staging.inc b/packages/qt4/qt_staging.inc index ecfe0bb321..21f17590b5 100644 --- a/packages/qt4/qt_staging.inc +++ b/packages/qt4/qt_staging.inc @@ -12,13 +12,13 @@ do_stage() { mkdir -p ${STAGE_TEMP} oe_runmake install INSTALL_ROOT=${STAGE_TEMP} - install -d ${STAGING_INCDIR}/${QT_DIR_NAME} + install -d ${STAGING_INCDIR}/ install -d ${STAGING_LIBDIR}/${QT_DIR_NAME} - cp -pPRf ${STAGE_TEMP}/$includedir/* ${STAGING_INCDIR}/${QT_DIR_NAME}/ + cp -pPRf ${STAGE_TEMP}/$includedir/* ${STAGING_INCDIR}/ for i in ${STAGE_TEMP}/${libdir}/*.la do - oe_libinstall -C ${STAGE_TEMP}/${libdir} -so $(basename $i .la) ${STAGING_LIBDIR}/qtopiacore4 + oe_libinstall -C ${STAGE_TEMP}/${libdir} -so $(basename $i .la) ${STAGING_LIBDIR}/${QT_DIR_NAME} done rm -rf ${STAGE_TEMP}