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

index b71177f77c45e8f0780f2fc0c6e5220d6bf8ef10..5c0036172205091d72471252cc0cfd14c149a3a8 100644 (file)
@@ -43,7 +43,7 @@ Validation component.
 %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.048208 seconds and 4 git commands to generate.