diff options
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/ } |