Browse Source

fixed cleanup

Nate Brady 9 years ago
parent
commit
d3c261d682
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/setup/linux/languages/php7.sh

+ 1 - 1
toolset/setup/linux/languages/php7.sh

@@ -52,7 +52,7 @@ $PHP_HOME/bin/pecl config-set php_ini $PHP_HOME/lib/php.ini
 printf "\n" | $PHP_HOME/bin/pecl -q install -f mongodb
 printf "\n" | $PHP_HOME/bin/pecl -q install -f mongodb
 
 
 # Clean up a bit
 # Clean up a bit
-rm -rf $IROOT/php
+rm -rf $IROOT/php7
 
 
 echo "export PHP_HOME=${PHP_HOME}" > $IROOT/php7.installed
 echo "export PHP_HOME=${PHP_HOME}" > $IROOT/php7.installed
 echo -e "export PATH=\$PHP_HOME/bin:\$PHP_HOME/sbin:\$PATH" >> $IROOT/php7.installed
 echo -e "export PATH=\$PHP_HOME/bin:\$PHP_HOME/sbin:\$PATH" >> $IROOT/php7.installed