[perl-eperl] Correct find usage

Petr Pisar ppisar at fedoraproject.org
Thu Jul 18 12:16:58 UTC 2013


commit 3350a31b2796d7d5b959a806039d678b0daea013
Author: Petr Písař <ppisar at redhat.com>
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"



More information about the perl-devel mailing list