diff options
author | Frederic Bompart <frederic@unknown.openembedded.org> | 2005-09-20 07:27:59 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-20 07:27:59 +0000 |
commit | 4d091ab7bcad9180be49ff4768602c05a2c6bfa7 (patch) | |
tree | daa7a2c9d7df89e803dce51a58ab62b1e8dfca50 /packages/tximage/tximage_0.2.bb | |
parent | dd088063c0542a8940f201b33ae6ce904198d9ea (diff) | |
parent | 656946b9536f23b212e6ef8111f0fbdbd2d7b446 (diff) |
merge of 0f46196206904515c0939c84c80210e251c74960
and 5ec5f2c198db5c371a9cf2cada82144032025895
Diffstat (limited to 'packages/tximage/tximage_0.2.bb')
-rw-r--r-- | packages/tximage/tximage_0.2.bb | 2 |
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/ } |