rpm: typo fix

This commit is contained in:
Marek Marczykowski-Górecki 2019-03-16 00:06:26 +01:00
parent fd14ac930c
commit 50b7baa8be
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -373,7 +373,7 @@ if [ -z "$modules_dep" ]; then
-b "$tmpdir" -a %kernelrelease || exit 1 -b "$tmpdir" -a %kernelrelease || exit 1
pushd "$tmpdir" pushd "$tmpdir"
if [ -n "$SOURCE_DATE_EPOCH" ]; then if [ -n "$SOURCE_DATE_EPOCH" ]; then
find . -exec touch --no-dereferece --date="@${SOURCE_DATE_EPOCH}" {} + find . -exec touch --no-dereference --date="@${SOURCE_DATE_EPOCH}" {} +
fi fi
find . -print0 | sort -z \ find . -print0 | sort -z \
| cpio --null -R 0:0 -H newc -o --reproducible --quiet \ | cpio --null -R 0:0 -H newc -o --reproducible --quiet \