rpm: typo fix

pull/29/head
Marek Marczykowski-Górecki 5 years ago
parent fd14ac930c
commit 50b7baa8be
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

@ -373,7 +373,7 @@ if [ -z "$modules_dep" ]; then
-b "$tmpdir" -a %kernelrelease || exit 1
pushd "$tmpdir"
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
find . -print0 | sort -z \
| cpio --null -R 0:0 -H newc -o --reproducible --quiet \

Loading…
Cancel
Save