Ignore file mode bits of generated files

The correct file mode will be set on install and is not relevant for the generated file.

This also avoids using the non-portable chmod --reference

Signed-off-by: Sertonix <sertonix@posteo.net>
This commit is contained in:
Sertonix 2025-08-17 22:26:09 +00:00 committed by GitHub
parent eddc753fd9
commit 89f00a77a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,5 +42,4 @@ V_GEN_SED_1 =
-e 's|[@]exec_prefix[@]|$(exec_prefix)|g' \
-e 's|[@]libdir[@]|$(libdir)|g' \
-e 's|[@]includedir[@]|$(includedir)|g' \
<$< >$@ && \
chmod --reference=$< $@;
<$< >$@