diff --git a/distmaker/dists/common.sh b/distmaker/dists/common.sh index 1ad546ef5b21ca25164aa2c0d1a032b393c229f3..2b12fa2a02fa195fca2485b900cb316719019eba 100644 --- a/distmaker/dists/common.sh +++ b/distmaker/dists/common.sh @@ -96,7 +96,7 @@ function dm_install_packages() { local to="$2" local excludes_rsync="" - for exclude in .git .svn _ORIGINAL_ SeleniumRC PHPUnit PhpDocumentor SymfonyComponents amavisd-new git-footnote PHP/CodeCoverage ; do + for exclude in .git .svn _ORIGINAL_ SeleniumRC PHPUnit PhpDocumentor SymfonyComponents git-footnote PHP/CodeCoverage ; do excludes_rsync="--exclude=${exclude} ${excludes_rsync}" done