diff options
-rw-r--r-- | php-symfony-polyfill.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-symfony-polyfill.spec b/php-symfony-polyfill.spec index 289db7e..8f8e9a6 100644 --- a/php-symfony-polyfill.spec +++ b/php-symfony-polyfill.spec @@ -121,8 +121,8 @@ cat <<'AUTOLOAD' | tee -a src/autoload.php __DIR__ . '/Php56/bootstrap.php', __DIR__ . '/Php70/bootstrap.php', __DIR__ . '/Php71/bootstrap.php', - '%{phpdir}/password_compat/password.php', - '%{phpdir}/random_compat/autoload.php', + '%{phpdir}/password_compat/password.php', + '%{phpdir}/random_compat/autoload.php', )); AUTOLOAD |