aboutsummaryrefslogtreecommitdiffstats
path: root/classes/rootfs_rpm.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/rootfs_rpm.bbclass')
-rw-r--r--classes/rootfs_rpm.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/rootfs_rpm.bbclass b/classes/rootfs_rpm.bbclass
index c018a03e2f..2c425ac1d4 100644
--- a/classes/rootfs_rpm.bbclass
+++ b/classes/rootfs_rpm.bbclass
@@ -82,7 +82,7 @@ EOF
# Copy the packages into the target image
# Ugly ugly ugly but rpm is braindead and can't see outside the chroot
# when installing :(
- cp -r ${DEPLOY_DIR_RPM}/$arch ${IMAGE_ROOTFS}${DEPLOY_DIR_RPM}/
+ cp -R ${DEPLOY_DIR_RPM}/$arch ${IMAGE_ROOTFS}${DEPLOY_DIR_RPM}/
done
# Uclibc builds don't provide this stuff...