Correcting chroot call to process config/binary_rootfs/excludes in chrooted builds.

This commit is contained in:
Daniel Baumann 2008-08-31 21:15:28 +02:00
parent cdc9a34f7c
commit 45a98f5977
1 changed files with 1 additions and 1 deletions

View File

@ -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