Commit f76261f0 authored by Pierre Schmitz's avatar Pierre Schmitz
Browse files

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

parent a37c07a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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