aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/skype/skype_2.0.0.72.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/skype/skype_2.0.0.72.bb')
-rw-r--r--recipes/skype/skype_2.0.0.72.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/skype/skype_2.0.0.72.bb b/recipes/skype/skype_2.0.0.72.bb
index f545571877..fb388f47af 100644
--- a/recipes/skype/skype_2.0.0.72.bb
+++ b/recipes/skype/skype_2.0.0.72.bb
@@ -9,10 +9,10 @@ do_install() {
cp skype ${D}/usr/bin/
install -d ${D}/usr/share/skype
- cp -r sounds lang avatars ${D}/usr/share/skype
+ cp -R sounds lang avatars ${D}/usr/share/skype
install -d ${D}/usr/share/pixmaps
- cp -r icons/SkypeBlue_48x48.png ${D}/usr/share/pixmaps/skype.png
+ cp -R icons/SkypeBlue_48x48.png ${D}/usr/share/pixmaps/skype.png
}
FILES_${PN} += "${datadir}/skype"