Use cp's "-T" option instead of shell globbing to ensure dotfiles in the binary image's / are copied.

This commit is contained in:
Chris Lamb 2008-09-07 13:49:11 +01:00 committed by Daniel Baumann
parent 80bcf4d3b7
commit 523899d26d
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ esac
mkdir -p chroot/binary.tmp
${LH_ROOT_COMMAND} mount ${FREELO} chroot/binary.tmp
cp -r ${CP_OPTIONS} binary/* chroot/binary.tmp
cp -r -T ${CP_OPTIONS} binary/ chroot/binary.tmp
FIXME()
{