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

index 462e188d0b0ab9c3240113a3a93ddcb0f6139426..25f0b7a2f083620b986a3418f8832996c21fc3f6 100644 (file)
@@ -29,7 +29,7 @@ simple string notation.
 %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.081396 seconds and 4 git commands to generate.