From f76261f073b0403d3dc8efadca3938f099e46beb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 11 Feb 2010 23:27:30 +0100 Subject: don't cross filesystems. usefull if you bind a local mirror into your working copy --- makechrootpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makechrootpkg') diff --git a/makechrootpkg b/makechrootpkg index bbacec8..d8e03ba 100755 --- a/makechrootpkg +++ b/makechrootpkg @@ -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 -- cgit v1.2.3-24-g4f1b