[Slackbuilds-users] find in SlackBuilds: again

Willy Sudiarto Raharjo willysr at slackbuilds.org
Sun Apr 24 14:41:03 UTC 2016


> I don't understand what you mean;)
> When I wrote -current, I meant Slackware -current.
> Should the -L switch be there or not in SlackBuilds.org? :)
> 
> Also, there is a difference between the permissions in SlackBuilds.org
> and Slackware's -current:
> 
> SlackBuilds.org:
> find -L . \
>  \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
>   -o -perm 511 \) -exec chmod 755 {} \; -o \
>  \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
>   -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
> 
> Slackware's -current:
> find . \
>   \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
>   -exec chmod 755 {} \; -o \
>   \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o
> -perm 400 \) \
>   -exec chmod 644 {} \;
> 
> 
> 750 and 640 are not present in Slackware's SlackBuilds.

we expect that maintainers stick to the template, so we should use -L


-- 
Willy Sudiarto Raharjo

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20160424/2bbf4079/attachment.asc>


More information about the SlackBuilds-users mailing list