summaryrefslogtreecommitdiff
path: root/packages/netpbm/netpbm_10.28.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/netpbm/netpbm_10.28.bb')
-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