summaryrefslogtreecommitdiffstats
path: root/makechrootpkg
diff options
context:
space:
mode:
Diffstat (limited to 'makechrootpkg')
-rwxr-xr-xmakechrootpkg2
1 files changed, 1 insertions, 1 deletions
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