4 May
2011
4 May
'11
6:56 a.m.
On 05/04/2011 01:29 AM, Nathan Owens wrote:
Actually I believe you are correct, they are symbolic links. Is it safe to ignore namcap since symbolic links does not have correct permissions
On 05/04/2011 01:18 AM, Andrea Scarpino wrote:
On Wednesday 04 May 2011 01:11:46 Nathan Owens wrote:
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. Maybe they are symbolic links?