I have adopted bglibs and I run namcap on the package and it gives me several files in usr/lib/bglibs/lib that doesn't have permissions set to 644 or 444. I have tired doing: find ${pkgdir}/usr/lib/bglibs/lib -name *.a -exec chmod 644 {} \; and it still doesn't correct the issue.