the archive extracts files with only owner and group
permissions and 'make package' complains about
'weird mode'.

what is the easiest/most elegant way of fixing this?

post-extract:
        chmod -R a+r ${WRKSRC}
        find ${WRKSRC} -type d -exec chmod a+r {} \;

-f
-- 
to refuse to decide is a decision.

Reply via email to