From 57c3acf775eeb9f8a2613c3752688d7816f2b0a4 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Mon, 19 Sep 2005 12:29:59 +0000 Subject: GNU cp has a nice -a switch, sadly the BSD tools lack it update our descriptions to work with any version of cp. Patches that include cp -a are not changed. They seem to work and I'm too scared busybox cp is more like GNU cp than BSD cp. (e.g do not know about P) --- packages/maemo/sdk-default-icons_0.2-1.bb | 2 +- packages/maemo/sdk-default-theme-config_1.0-1.bb | 2 +- packages/maemo/sdk-default-theme_0.1-1.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/maemo') diff --git a/packages/maemo/sdk-default-icons_0.2-1.bb b/packages/maemo/sdk-default-icons_0.2-1.bb index fad8d479f3..769c71b77c 100644 --- a/packages/maemo/sdk-default-icons_0.2-1.bb +++ b/packages/maemo/sdk-default-icons_0.2-1.bb @@ -14,7 +14,7 @@ FILES_${PN} = "${datadir}" do_install() { install -d ${D}/${datadir} - cp -a ${S}/icons/ ${D}/${datadir}/ + cp -pPR ${S}/icons/ ${D}/${datadir}/ } diff --git a/packages/maemo/sdk-default-theme-config_1.0-1.bb b/packages/maemo/sdk-default-theme-config_1.0-1.bb index 135e722be6..c5b0e240a8 100644 --- a/packages/maemo/sdk-default-theme-config_1.0-1.bb +++ b/packages/maemo/sdk-default-theme-config_1.0-1.bb @@ -15,7 +15,7 @@ FILES_${PN} = "${datadir}" do_install() { install -d ${D}/${datadir} - cp -a ${S}/themes/ ${D}/${datadir}/ + cp -pPR ${S}/themes/ ${D}/${datadir}/ } diff --git a/packages/maemo/sdk-default-theme_0.1-1.bb b/packages/maemo/sdk-default-theme_0.1-1.bb index 5d95118845..11847958d4 100644 --- a/packages/maemo/sdk-default-theme_0.1-1.bb +++ b/packages/maemo/sdk-default-theme_0.1-1.bb @@ -14,7 +14,7 @@ FILES_${PN} = "${datadir}" do_install() { install -d ${D}/${datadir} - cp -a ${S}/themes/ ${D}/${datadir}/ + cp -pPR ${S}/themes/ ${D}/${datadir}/ } -- cgit 1.2.3-korg