diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-08-08 16:36:52 +0000 |
---|---|---|
committer | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-08-08 16:36:52 +0000 |
commit | 3edf84491e44049eecaa83f73625190694a6177e (patch) | |
tree | 30672deaaad6f2063d788e06bc5297ab17e17be5 /packages/ixp4xx/ixp-osal_2.1.1.bb | |
parent | 25ba1e57507f5a0b8b8163551aab626d80f16b6e (diff) | |
parent | d9894509a7e38a1259feb1963388d6c22d2fe62a (diff) |
merge of a2b72038a75fbaa0877614758b62b3787a0937a4
and ade4046c4fc13b91526f334d6ca6f33972b6ff8c
Diffstat (limited to 'packages/ixp4xx/ixp-osal_2.1.1.bb')
-rw-r--r-- | packages/ixp4xx/ixp-osal_2.1.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ixp4xx/ixp-osal_2.1.1.bb b/packages/ixp4xx/ixp-osal_2.1.1.bb index 926d720f3a..02206fb3cf 100644 --- a/packages/ixp4xx/ixp-osal_2.1.1.bb +++ b/packages/ixp4xx/ixp-osal_2.1.1.bb @@ -80,9 +80,9 @@ do_stage () { # First the include files, maintain the tree structure (ixp4xx-csr # expects the exact same tree) - cp -rf --dereference include ${OSAL_DIR} + cp -RLf include ${OSAL_DIR} install -d ${OSAL_DIR}/os/linux - cp -rf --dereference os/linux/include ${OSAL_DIR}/os/linux + cp -RLf os/linux/include ${OSAL_DIR}/os/linux # Install the library/object install -d ${OSAL_DIR}/${OSAL_PATH} |