aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-09-19 12:43:20 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-19 12:43:20 +0000
commit1b8721cb33470559a5ce5059fba73acc321fa8e8 (patch)
tree03190ce0adbe7ef34f0058650c967bab27bf54f9 /packages/db
parent57c3acf775eeb9f8a2613c3752688d7816f2b0a4 (diff)
downloadopenembedded-1b8721cb33470559a5ce5059fba73acc321fa8e8.tar.gz
Same GNU cp changes...
Diffstat (limited to 'packages/db')
-rw-r--r--packages/db/db_4.3.27.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/db/db_4.3.27.bb b/packages/db/db_4.3.27.bb
index 8c0d8e6ec3..518fddee9f 100644
--- a/packages/db/db_4.3.27.bb
+++ b/packages/db/db_4.3.27.bb
@@ -69,7 +69,7 @@ do_configure() {
do_stage() {
# The .h files get installed read-only, the autostage
- # function just uses cp -a, so do this by hand
+ # function just uses cp -pPR, so do this by hand
# Install, for the moment, into include/db4 to avoid
# interfering with the db3 headers (which have the same
# name). -I${STAGING_INCDIR}/db4 to use db4, as opposed