aboutsummaryrefslogtreecommitdiffstats
path: root/packages/netpbm
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/netpbm
parent57c3acf775eeb9f8a2613c3752688d7816f2b0a4 (diff)
downloadopenembedded-1b8721cb33470559a5ce5059fba73acc321fa8e8.tar.gz
Same GNU cp changes...
Diffstat (limited to 'packages/netpbm')
-rw-r--r--packages/netpbm/netpbm_10.28.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/netpbm/netpbm_10.28.bb b/packages/netpbm/netpbm_10.28.bb
index 5057f13ed0..2d986666f1 100644
--- a/packages/netpbm/netpbm_10.28.bb
+++ b/packages/netpbm/netpbm_10.28.bb
@@ -65,16 +65,16 @@ do_install() {
*/VERSION) ;;
*/pkginfo) ;;
*/bin) install -d ${D}${bindir}
- cp -a "$d"/* ${D}${bindir}
+ cp -pPR "$d"/* ${D}${bindir}
rm ${D}${bindir}/doc.url;;
*/include) install -d ${D}${includedir}
- cp -a "$d"/* ${D}${includedir};;
+ cp -pPR "$d"/* ${D}${includedir};;
*/link|*/lib) install -d ${D}${libdir}
- cp -a "$d"/* ${D}${libdir};;
+ cp -pPR "$d"/* ${D}${libdir};;
*/man) install -d ${D}${mandir}
- cp -a "$d"/* ${D}${mandir};;
+ cp -pPR "$d"/* ${D}${mandir};;
*/misc) install -d ${D}${datadir}/netpbm
- cp -a "$d"/* ${D}${datadir}/netpbm;;
+ cp -pPR "$d"/* ${D}${datadir}/netpbm;;
*/config_template)
install -d ${D}${bindir}
sed "/^@/d