I noticed a warning on one of my packages that the appdata file was marked as executable. The source file is not, its 644, but I use the install command to install it to the metainfo directory.

Does "install" install files as executable by default or is something else going on here?

Adding -m 0644 fixed it but it shouldn't be necessary.

Thanks,
Richard