Use diff instead of cmp for the SUPPORTED file check

This commit is contained in:
Florian Weimer 2016-05-09 13:48:03 +02:00
parent 9b3bd150f6
commit 774fde8ec8
1 changed files with 1 additions and 1 deletions

View File

@ -812,7 +812,7 @@ touch locale/programs/*-kw.h
# in new langpacks we might have to build. Verify the differences
# then update the copy of SUPPORTED. We do it this way to avoid
# accidentally creating new langpacks.
cmp %{SOURCE11} localedata/SUPPORTED
diff -u %{SOURCE11} localedata/SUPPORTED
##############################################################################
# Build glibc...