mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-16 10:50:43 +03:00
clone-qemu: Also rsync modules/ directory
This commit is contained in:
parent
f9e4e62a8b
commit
6fa1c5cfc8
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user