diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-12-19 07:29:50 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-12-19 07:29:50 +0100 |
commit | c66cb2d1accc010c5b629fb5b959473eddb5c7dd (patch) | |
tree | fc64adebbe636f30c8592a4175d5fe46ba1a6de1 | |
parent | f2282557822422bf40c080d68ff84f486ffb2254 (diff) |
php-Faker: fix EL-5 build
-rw-r--r-- | php-Faker.spec | 2 |
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 |