clone-qemu: Also rsync modules/ directory

This commit is contained in:
Colin Walters 2012-02-13 15:32:42 -05:00
parent f9e4e62a8b
commit 6fa1c5cfc8

View File

@ -79,7 +79,7 @@ if ! test -d ostree; then
$SRCDIR/ostree-setup.sh $(pwd)/ostree
fi
rsync -a -H -v ${WORKDIR}/repo ${WORKDIR}/gnomeos-3.4-* ./ostree
rsync -a -H -v ${WORKDIR}/repo ${WORKDIR}/modules ${WORKDIR}/gnomeos-3.4-* ./ostree
current_uname=$(uname -r)