diff options
-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 |