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/nonworking | |
parent | dd088063c0542a8940f201b33ae6ce904198d9ea (diff) | |
parent | 656946b9536f23b212e6ef8111f0fbdbd2d7b446 (diff) |
merge of 0f46196206904515c0939c84c80210e251c74960
and 5ec5f2c198db5c371a9cf2cada82144032025895
Diffstat (limited to 'packages/nonworking')
-rw-r--r-- | packages/nonworking/freenote/freenote_1.6.1.bb | 2 | ||||
-rw-r--r-- | packages/nonworking/qualendar/qualendar_0.8.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/nonworking/freenote/freenote_1.6.1.bb b/packages/nonworking/freenote/freenote_1.6.1.bb index d8ada414e9..3e4540a060 100644 --- a/packages/nonworking/freenote/freenote_1.6.1.bb +++ b/packages/nonworking/freenote/freenote_1.6.1.bb @@ -18,5 +18,5 @@ do_install() { install -D -m 755 freenoteeintu ${D}${palmtopdir}/bin/freenoteeintu install -D -m 644 ${FILESDIR}/freenoteeintu.desktop ${D}${palmtopdir}/apps/Applications/freenoteeintu.desktop install -d ${D}/${palmtopdir}/pics - cp -a *.png ${D}${palmtopdir}/pics/ + cp -pPR *.png ${D}${palmtopdir}/pics/ } diff --git a/packages/nonworking/qualendar/qualendar_0.8.0.bb b/packages/nonworking/qualendar/qualendar_0.8.0.bb index 3a4bb15e35..0d6a5cbb99 100644 --- a/packages/nonworking/qualendar/qualendar_0.8.0.bb +++ b/packages/nonworking/qualendar/qualendar_0.8.0.bb @@ -13,5 +13,5 @@ do_install() { install -D -m 755 qualendar ${D}${palmtopdir}/bin/qualendar install -D -m 644 qualendar.desktop ${D}${palmtopdir}/apps/Applications/qualendar.desktop install -d ${D}${palmtopdir}/pics - cp -a *.png ${D}${palmtopdir}/pics/ + cp -pPR *.png ${D}${palmtopdir}/pics/ } |