aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tximage
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-09-19 13:07:59 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-19 13:07:59 +0000
commit9a51b40bd6dc85714c12d9950e9e94e18d145e05 (patch)
treee2822ad4283e44bb459dc0c1eeaaf7a6c5a35826 /packages/tximage
parent1b8721cb33470559a5ce5059fba73acc321fa8e8 (diff)
downloadopenembedded-9a51b40bd6dc85714c12d9950e9e94e18d145e05.tar.gz
Make cp invocations BSD compatible
Diffstat (limited to 'packages/tximage')
-rw-r--r--packages/tximage/tximage_0.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tximage/tximage_0.2.bb b/packages/tximage/tximage_0.2.bb
index c2dc18069f..892ada0c6b 100644
--- a/packages/tximage/tximage_0.2.bb
+++ b/packages/tximage/tximage_0.2.bb
@@ -17,5 +17,5 @@ do_install() {
${D}${palmtopdir}/bin
install -D -m 755 tximage ${D}${palmtopdir}/bin/tximage
install -D -m 644 imageviewer.desktop ${D}${palmtopdir}/apps/Applications/tximage.desktop
- cp -a tximage.png ${D}${palmtopdir}/pics/
+ cp -pPR tximage.png ${D}${palmtopdir}/pics/
}