[Slackbuilds-users] autotools-template.SlackBuild - missing perm

Nick Warne nick at linicks.net
Mon Nov 11 12:20:22 UTC 2013


Robby Workman wrote, On 31/10/13 04:48:
> On Fri, 20 Sep 2013 14:38:20 +0100
> Nick Warne <nick at linicks.net> wrote:
>
> > Great site, thanks.
> >
> > I currently preparing a submission and noticed a small issue with the
> > autotools-template.SlackBuild script.
> >
> >  \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o
> > -perm 400 \) \ -exec chmod 644 {} \;
> >
> > ...could do with a '-perm 640 -o' in there.
>
>
> Thanks, Nick - I've added it to our master git branch of the
> templates; assuming we don't find any issues, that's what will
> become the 14.1 templates.

I think -perm 750 -o will also need to be added to (this just caught me 
out):

  \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 $
  -exec chmod 755 {} \;

Nick

-- 
FSF Associate Member 5508
http://linicks.net/



More information about the SlackBuilds-users mailing list