Browse Source

update lithium install to work with updated composer install process

Lita Gratrix 10 years ago
parent
commit
940a518ca8
1 changed files with 2 additions and 3 deletions
  1. 2 3
      frameworks/PHP/lithium/install.sh

+ 2 - 3
frameworks/PHP/lithium/install.sh

@@ -1,14 +1,13 @@
 #!/bin/bash
 
 export PHP_HOME=${IROOT}/php-5.5.17
-
+export COMPOSER_HOME=${IROOT}/php-composer
 export PHP_FPM=$PHP_HOME/sbin/php-fpm
-
 export NGINX_HOME=${IROOT}/nginx
 
 fw_depends php nginx composer
 
-${PHP_HOME}/bin/php $IROOT/composer.phar install \
+${PHP_HOME}/bin/php $COMPOSER_HOME/composer.phar install \
   --no-interaction --working-dir $TROOT \
   --no-progress --optimize-autoloader