From c66cb2d1accc010c5b629fb5b959473eddb5c7dd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Dec 2012 07:29:50 +0100 Subject: php-Faker: fix EL-5 build --- php-Faker.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit