Parcourir la source

drobna zmiana katalogu przegrania macports z repozytorium a nie z se/dev/

a.binder il y a 10 ans
Parent
commit
35ed682824
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      SE/superedit-INSTALL_SES_PROCESY_A.php

+ 1 - 1
SE/superedit-INSTALL_SES_PROCESY_A.php

@@ -610,7 +610,7 @@ if($SERVER_VERSION=='10.9Maverick') $cmd[]['rsh']="gcc 2>&1 |grep 'no input file
 	 	 $cmd[]['rsh']='installer -package /tmp/MacPorts-2.3.3-10.10-Yosemite.pkg -target "/" -verbose';
 
  	} else if($SERVER_VERSION=='10.11-ElCapitan') {
- 	 	 $cmd[]['scp']=array('/Library/Server/Web/Data/Sites/Default/SE/se-dev-pl/stuff/MacPorts-2.3.4-10.11-ElCapitan.pkg','/tmp/MacPorts-2.3.4-10.11-ElCapitan.pkg');
+ 	 	 $cmd[]['scp']=array($INSTALL_ROOT.'/stuff/MacPorts-2.3.4-10.11-ElCapitan.pkg','/tmp/MacPorts-2.3.4-10.11-ElCapitan.pkg');
 	 	 $cmd[]['rsh']='installer -package /tmp/MacPorts-2.3.4-10.11-ElCapitan.pkg -target "/" -verbose';
 
  	} else {