]> git.pld-linux.org Git - packages/composer.git/commitdiff
use bin/composer as we don't patch it
authorElan Ruusamäe <glen@delfi.ee>
Wed, 25 Nov 2015 16:34:22 +0000 (18:34 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 25 Nov 2015 16:34:22 +0000 (18:34 +0200)
nogit.patch

index ff9bc77afb5b75d88e2c929f6a3048dfeb7d57d2..2025bbff8f07f761218d2508dbe99fb0dbdc353c 100644 (file)
@@ -36,7 +36,7 @@
 -    echo 'Could not detect date using "git log -n1 --pretty=%ct HEAD"'.PHP_EOL;
 -    exit(1);
 -}
-+$ts = filemtime(__FILE__);
++$ts = filemtime(__DIR__.'/composer');
  // Install with the current version to force it having the right ClassLoader version
  // Install without dev packages to clean up the included classmap from phpunit classes
  shell_exec('php bin/composer config autoloader-suffix ComposerPhar' . $ts);
This page took 0.048471 seconds and 4 git commands to generate.