]> git.pld-linux.org Git - packages/php-symfony2-Intl.git/commitdiff
use autoloader.php as autoload bootstrap
authorElan Ruusamäe <glen@delfi.ee>
Thu, 7 Aug 2014 15:12:29 +0000 (18:12 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 7 Aug 2014 15:12:29 +0000 (18:12 +0300)
php-symfony2-Intl.spec

index a9230a4782a9b9c1f0292c19f050566b413e067d..dcec958cd3b6e5c26a9225c93f3d6088a3d2b07f 100644 (file)
@@ -35,7 +35,7 @@ use other locales, you should install the intl extension instead.
 %setup -q -n %{pearname}-%{version}
 
 %build
-phpab -n -e '*/Tests/*' -o autoload.php .
+phpab -n -e '*/Tests/*' -o autoloader.php .
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.133768 seconds and 4 git commands to generate.