don't cross filesystems. usefull if you bind a local mirror into your working copy

This commit is contained in:
Pierre Schmitz 2010-02-11 23:27:30 +01:00
parent a37c07a8cb
commit f76261f073
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ umask 000
if [ ! -d "$copydir" -o "$clean_first" -eq "1" ]; then
echo "creating clean working copy"
mkdir -p "$copydir"
rsync -a --delete -q -W "$chrootdir/root/" "$copydir"
rsync -a --delete -q -W -x "$chrootdir/root/" "$copydir"
fi
if [ -n "$install_pkg" ]; then