commit 3350a31b2796d7d5b959a806039d678b0daea013 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Thu Jul 18 14:16:24 2013 +0200 Correct find usage perl-eperl.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/perl-eperl.spec b/perl-eperl.spec index a6ac21c..0920bda 100644 --- a/perl-eperl.spec +++ b/perl-eperl.spec @@ -34,7 +34,7 @@ which is designed for mod_perl 1.x. %patch0 -p1 %patch1 -p1 chmod u+x etc/shtool -find contrib/utils -perm +100 -type f -exec chmod 644 {} \; +find contrib/utils -perm /0100 -type f -exec chmod 644 {} \; %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel