diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-28 18:09:47 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-28 18:09:47 +0100 |
commit | 1c5f02fa885b5d9f5f22c8f5b7387cf48a534f32 (patch) | |
tree | e06aa1fea942a3c27110691136ec124766797aac /packages/dsplink/codec-engine_2.21.bb | |
parent | b00d3528d71807b45b5251e8014b8e0f99289308 (diff) |
dsplink: fix staging
Diffstat (limited to 'packages/dsplink/codec-engine_2.21.bb')
-rw-r--r-- | packages/dsplink/codec-engine_2.21.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/dsplink/codec-engine_2.21.bb b/packages/dsplink/codec-engine_2.21.bb index 7019f3cc1e..421e46894a 100644 --- a/packages/dsplink/codec-engine_2.21.bb +++ b/packages/dsplink/codec-engine_2.21.bb @@ -62,8 +62,8 @@ do_compile_append() { do_stage_append() { - install -d ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/codecengine - cp -pPr ${S}/* ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/codecengine/ + install -d ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/codecengine + cp -pPrf ${S}/* ${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/codecengine/ } INHIBIT_PACKAGE_STRIP = "1" |