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

index 1cb473485e9bf2eb9e17cbd605ea359c4165f5b8..02e7af8ce1277bfaa2a2c7fb04edb17c3f9f37cc 100644 (file)
@@ -28,7 +28,7 @@ Implements a lightweight version of the Observer design pattern.
 %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.11388 seconds and 4 git commands to generate.