public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Jonatan Schlag <jonatan.schlag@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/2] Update linux-firmware
Date: Sat, 16 Sep 2023 13:25:48 +0000	[thread overview]
Message-ID: <20230916132548.16420-2-jonatan.schlag@ipfire.org> (raw)
In-Reply-To: <20230916132548.16420-1-jonatan.schlag@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 988 bytes --]

When find returns nothing, chmod fails. So we when we get only blank
lines, we do execute nothing (-r).

Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
 linux-firmware/linux-firmware.nm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/linux-firmware/linux-firmware.nm b/linux-firmware/linux-firmware.nm
index 53413eacf..5e0eba43e 100644
--- a/linux-firmware/linux-firmware.nm
+++ b/linux-firmware/linux-firmware.nm
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = linux-firmware
-version    = 20221214
+version    = 20230804
 release    = 1
 
 maintainer = Arne Fitzenreiter <arne.fitzenreiter(a)ipfire.org>
@@ -34,7 +34,7 @@ build
 	install_cmds
 		# Remove executable bits from any files
 		find %{BUILDROOT}%{firmwaredir} -type f \
-			-executable -print | xargs chmod -v a-x
+			-executable -print | xargs -r chmod -v a-x
 	end
 end
 
-- 
2.39.2


      reply	other threads:[~2023-09-16 13:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-16 13:25 [PATCH 1/2] Update zlib to version 1.3 Jonatan Schlag
2023-09-16 13:25 ` Jonatan Schlag [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230916132548.16420-2-jonatan.schlag@ipfire.org \
    --to=jonatan.schlag@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox