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