[Scummvm-git-logs] scummvm-web master -> f37672980875626458373dd5f0a24a8bcb5b400d
Mataniko
mataniko at gmail.com
Sun Jul 15 15:50:13 CEST 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
f376729808 WEB: Change COMPOSER_HOME
Commit: f37672980875626458373dd5f0a24a8bcb5b400d
https://github.com/scummvm/scummvm-web/commit/f37672980875626458373dd5f0a24a8bcb5b400d
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-07-15T09:50:02-04:00
Commit Message:
WEB: Change COMPOSER_HOME
Changed paths:
site-update/install.sh
diff --git a/site-update/install.sh b/site-update/install.sh
index 141cc20..a993179 100644
--- a/site-update/install.sh
+++ b/site-update/install.sh
@@ -10,8 +10,8 @@ echo '$ git status'
git status
# Run composer install
+export COMPOSER_HOME=/var/www/composer
echo "$ Composer home:" $COMPOSER_HOME
-export COMPOSER_HOME=/var/www
echo '$ composer install'
composer install 2>&1
\ No newline at end of file
More information about the Scummvm-git-logs
mailing list