* Fix bug #21188.
This commit is contained in:
+2
-2
@@ -52,8 +52,8 @@ foreach(array('zh-cn', 'en') as $langType)
|
||||
$command = "cd $workDir\n";
|
||||
$command .= "if [ ! -d ../$dirName ]; then unzip ../../$packPrefix.{$version}.zip -d ../ ; fi\n";
|
||||
$command .= "cp -raf ../$dirName .\n";
|
||||
$command .= "unzip ../../zentaobiz.php{$phpVersion}.zip -d $dirName/extension/\n";
|
||||
$command .= "unzip ../../zentaomax.php{$phpVersion}.zip -d $dirName/extension/\n";
|
||||
$command .= "unzip ../../zentaobiz.php{$phpVersion}.zip -d $dirName/\n";
|
||||
$command .= "unzip ../../zentaomax.php{$phpVersion}.zip -d $dirName/\n";
|
||||
$command .= "zip -r ../../$packPrefix.{$version}.php{$phpVersion}.zip $dirName\n";
|
||||
|
||||
if(!empty($liteVersion))
|
||||
|
||||
Reference in New Issue
Block a user