diff options
| author | Holger Freyther <zecke@selfish.org> | 2005-09-19 13:09:59 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-19 13:09:59 +0000 |
| commit | edcf35b6847d3fed9749f33970df61b881eb2554 (patch) | |
| tree | 82d7824cfb52a0a59b218e62b4d8f94ba70345a0 /packages/python/python-numeric_23.7.bb | |
| parent | 2f8389dfedb897cdda2a8f963f4bd8a93d2a42df (diff) | |
| parent | 9a51b40bd6dc85714c12d9950e9e94e18d145e05 (diff) | |
merge of 015819701896dc2df9f749ce23a18396353e34c5
and daa9aa7053ce66d42b09765d68c0c829dc72ad79
Diffstat (limited to 'packages/python/python-numeric_23.7.bb')
| -rw-r--r-- | packages/python/python-numeric_23.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/python/python-numeric_23.7.bb b/packages/python/python-numeric_23.7.bb index 2fc0e8873c..e06934ece8 100644 --- a/packages/python/python-numeric_23.7.bb +++ b/packages/python/python-numeric_23.7.bb @@ -12,6 +12,6 @@ S = "${WORKDIR}/Numeric-${PV}" inherit distutils do_stage() { - cp -a Include/Numeric ${STAGING_INCDIR} + cp -pPR Include/Numeric ${STAGING_INCDIR} } |
