Browse Source

install composer.par directly under IROOT

Hamilton Turner 10 years ago
parent
commit
bf5f4ae79f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/setup/linux/systools/composer.sh

+ 1 - 1
toolset/setup/linux/systools/composer.sh

@@ -10,6 +10,6 @@ mkdir -p php-composer
 
 
 # Use the PHP from our IROOT directory
 # Use the PHP from our IROOT directory
 PHP_HOME=${IROOT}/php-5.5.17
 PHP_HOME=${IROOT}/php-5.5.17
-${PHP_HOME}/bin/php composer-installer.php --install-dir=$IROOT/php-composer
+${PHP_HOME}/bin/php composer-installer.php --install-dir=$IROOT
 
 
 touch ${IROOT}/php-composer.installed
 touch ${IROOT}/php-composer.installed