diff options
| author | Frederic Bompart <frederic@unknown.openembedded.org> | 2005-09-20 07:27:59 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-20 07:27:59 +0000 |
| commit | 4d091ab7bcad9180be49ff4768602c05a2c6bfa7 (patch) | |
| tree | daa7a2c9d7df89e803dce51a58ab62b1e8dfca50 /packages/python/python-numeric_23.7.bb | |
| parent | dd088063c0542a8940f201b33ae6ce904198d9ea (diff) | |
| parent | 656946b9536f23b212e6ef8111f0fbdbd2d7b446 (diff) | |
merge of 0f46196206904515c0939c84c80210e251c74960
and 5ec5f2c198db5c371a9cf2cada82144032025895
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} } |
