From 693225b999b99a5730928f04bbc50456245d2c5f Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Thu, 22 May 2014 15:31:57 -0500 Subject: [PATCH] chroot: save .project file Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- scripts/chroot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/chroot.sh b/scripts/chroot.sh index fb00d1dbe..d25225cab 100755 --- a/scripts/chroot.sh +++ b/scripts/chroot.sh @@ -792,6 +792,7 @@ if [ -d ${DIR}/deploy/${export_filename}/ ] ; then rm -rf ${DIR}/deploy/${export_filename}/ || true fi mkdir -p ${DIR}/deploy/${export_filename}/ || true +cp -v ${DIR}/.project ${DIR}/deploy/${export_filename}/ if [ -n "${chroot_hook}" -a -r "${DIR}/${chroot_hook}" ] ; then report_size -- GitLab