summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-12-19 07:29:50 +0100
committerRemi Collet <fedora@famillecollet.com>2012-12-19 07:29:50 +0100
commitc66cb2d1accc010c5b629fb5b959473eddb5c7dd (patch)
treefc64adebbe636f30c8592a4175d5fe46ba1a6de1
parentf2282557822422bf40c080d68ff84f486ffb2254 (diff)
php-Faker: fix EL-5 build
-rw-r--r--php-Faker.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-Faker.spec b/php-Faker.spec
index 043e899..d4cbdf8 100644
--- a/php-Faker.spec
+++ b/php-Faker.spec
@@ -48,7 +48,7 @@ Faker is heavily inspired by Perl's Data::Faker
# Remove executable bit from all PHP files
# https://github.com/fzaninotto/Faker/pull/84
-find . -name '*.php' -executable | xargs chmod a-x
+find . -name '*.php' | xargs chmod a-x
%build