diff options
author | Nezmer <git@nezmer.info> | 2011-02-01 18:02:50 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-02-03 01:46:23 +0100 |
commit | 332dd86912515dda5703127d13fd21f96e8273b9 (patch) | |
tree | ca8c85c002a21539596672eb7a7b00970f500ef0 /COPYING | |
parent | 3444146b48685deb4ebd68c3a5b4be5d2197b935 (diff) | |
download | pacman-332dd86912515dda5703127d13fd21f96e8273b9.tar.gz pacman-332dd86912515dda5703127d13fd21f96e8273b9.tar.xz |
makepkg: Fix the check for references to srcdir/pkgdir
At least in FreeBSD, find always returns 0 if it finds stuff
(imagine that). It doesn't care about the exit status of whatever is
passed to -exec.
This patch makes the checks compatible with this behaviour.
Using xargs and not using grep directly because packages with too many
files would cause grep to complain about argument list being too long.
This should also fix the false positive in packages with no files.
Signed-off-by: Nezmer <git@nezmer.info>
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions