Correcting chroot call to process config/binary_rootfs/excludes in chrooted builds.
This commit is contained in:
parent
cdc9a34f7c
commit
45a98f5977
|
@ -94,7 +94,7 @@ then
|
|||
if [ -f config/binary_rootfs/excludes ]
|
||||
then
|
||||
cp config/binary_rootfs/excludes chroot/chroot/excludes
|
||||
Chroot chroot/chroot "cat /excludes | xargs rm -rf"
|
||||
chroot chroot/chroot /usr/bin/env -i xargs --arg-file=/excludes rm -rf
|
||||
rm -f chroot/chroot/excludes
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue