]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfsprogs: fix permissions on files installed by libtoolize
authorAndrey Albershteyn <aalbersh@redhat.com>
Fri, 4 Oct 2024 11:57:03 +0000 (13:57 +0200)
committerAndrey Albershteyn <aalbersh@redhat.com>
Tue, 8 Oct 2024 12:31:31 +0000 (14:31 +0200)
commit6b32423addd2f28797a149101622a9b9ec4929d3
tree73b7cf175ccf423d4c0723a17a112904bf72e537
parent4727b4ff8e09cff901b5f58da636982f8d77e927
xfsprogs: fix permissions on files installed by libtoolize

Libtoolize installs some set of AUX files from its system package.
Not all distributions have the same permissions set on these files.
For example, read-only libtoolize system package will copy those
files without write permissions. This causes build to fail as next
line copies ./include/install-sh over ./install-sh which is not
writable.

Fix this by setting permission explicitly on files copied by
libtoolize.

Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrey Albershteyn <aalbersh@redhat.com>
Makefile