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

index b5d9a996f83c01f8126401df59b2c1abb5ebe675..7b56b4cf7fb91aa78709e792346a45bd63c185bd 100644 (file)
@@ -33,7 +33,7 @@ specific format (XML, JSON, Yaml, ...) and the other way around.
 %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.077078 seconds and 4 git commands to generate.