summaryrefslogtreecommitdiff
path: root/packages/ixp4xx/ixp-osal_1.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ixp4xx/ixp-osal_1.5.bb')
-rw-r--r--packages/ixp4xx/ixp-osal_1.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ixp4xx/ixp-osal_1.5.bb b/packages/ixp4xx/ixp-osal_1.5.bb
index 66cf9e6b06..bfb76a3fc6 100644
--- a/packages/ixp4xx/ixp-osal_1.5.bb
+++ b/packages/ixp4xx/ixp-osal_1.5.bb
@@ -51,9 +51,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}