diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-22 17:20:07 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-22 17:20:07 +0100 |
commit | 88b16fe57084f464e8a487e55b60be7fd1f3e1c1 (patch) | |
tree | 1ce90dc09bdcbfa09a31c5c524af420549fe8125 | |
parent | ff4a1ef77c18eece50385b50efa594e6f55f29a3 (diff) |
php-maennchen-zipstream-php: fix for EL
-rw-r--r-- | php-maennchen-zipstream-php.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-maennchen-zipstream-php.spec b/php-maennchen-zipstream-php.spec index 51b1332..014569c 100644 --- a/php-maennchen-zipstream-php.spec +++ b/php-maennchen-zipstream-php.spec @@ -44,7 +44,7 @@ zip file downloader for PHP. %prep -%autosetup -n ZipStream-PHP-%{version} +%setup -n ZipStream-PHP-%{version} %build |