summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-04-15 13:13:40 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-05-08 09:20:15 +0300
commit29ea11c3cb07dd6ea97accc41fc2b569f0d05e74 (patch)
tree79c5700c134b6a2e4a8e7a6e3fb9778f43f90466
parentf2466c6304907a76ab8a8e2e20ca639d027bf968 (diff)
downloadrpm-29ea11c3cb07dd6ea97accc41fc2b569f0d05e74.tar.gz
Don't exempt *.jar.so.debug from buildroot checks (rhbz#442264)
- jar-kludge no longer necessary... Patch from Ville Skyttä
-rwxr-xr-xscripts/check-buildroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-buildroot b/scripts/check-buildroot
index 0a9ec4b1b..89a283f25 100755
--- a/scripts/check-buildroot
+++ b/scripts/check-buildroot
@@ -27,7 +27,7 @@ trap "rm -f $tmp" EXIT
find "$RPM_BUILD_ROOT" \! \( \
-name '*.pyo' -o -name '*.pyc' -o -name '*.elc' -o -name '.packlist' \
- -o -name '*.jar.so.debug' \) -type f -print0 | \
+ \) -type f -print0 | \
LANG=C xargs -0r grep -F "$RPM_BUILD_ROOT" >$tmp
test -s "$tmp" && {