diff options
| author | Holger Freyther <zecke@selfish.org> | 2007-12-23 21:59:00 +0000 |
|---|---|---|
| committer | Holger Freyther <zecke@selfish.org> | 2007-12-23 21:59:00 +0000 |
| commit | ca4bb462deb3b86c87b0f81ad097620ccfd199f7 (patch) | |
| tree | 6ca22b6dc731c283a53ea68a165527cd80c9d2c5 /packages/qte | |
| parent | 5a327da93307827512a2e1f33f3d4cd0a91f8f5f (diff) | |
| parent | 2068d289bb9a9d0c2823a110d7751ba9e72e6542 (diff) | |
merge of '4a9764846eca8e7a6608990c71feaab1b82bda1f'
and '541cfc2fc33004938c0e49fd51af40168cd2b1bb'
Diffstat (limited to 'packages/qte')
| -rw-r--r-- | packages/qte/qtopia-core_4.2.0.bb | 2 | ||||
| -rw-r--r-- | packages/qte/qtopia-core_4.3.3.bb (renamed from packages/qte/qtopia-core_4.3.2.bb) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/qte/qtopia-core_4.2.0.bb b/packages/qte/qtopia-core_4.2.0.bb index ab07ecf35d..509230f3ea 100644 --- a/packages/qte/qtopia-core_4.2.0.bb +++ b/packages/qte/qtopia-core_4.2.0.bb @@ -198,7 +198,7 @@ do_stage() { mkdir -p ${STAGE_TEMP} oe_runmake install INSTALL_ROOT=${STAGE_TEMP} - cp -af ${STAGE_TEMP}/$includedir/* ${STAGING_INCDIR} + cp -pPRf ${STAGE_TEMP}/$includedir/* ${STAGING_INCDIR} for i in ${STAGE_TEMP}/${libdir}/*.la do diff --git a/packages/qte/qtopia-core_4.3.2.bb b/packages/qte/qtopia-core_4.3.3.bb index c486ba164f..2995988b42 100644 --- a/packages/qte/qtopia-core_4.3.2.bb +++ b/packages/qte/qtopia-core_4.3.3.bb @@ -210,7 +210,7 @@ do_stage() { install -d ${STAGING_INCDIR}/qtopiacore4 install -d ${STAGING_LIBDIR}/qtopiacore4 - cp -af ${STAGE_TEMP}/$includedir/* ${STAGING_INCDIR}/qtopiacore4/ + cp -pPRf ${STAGE_TEMP}/$includedir/* ${STAGING_INCDIR}/qtopiacore4/ for i in ${STAGE_TEMP}/${libdir}/*.la do |
