* Adjust the makefile for deb and rpm package name.

This commit is contained in:
hufangzhou
2022-06-08 14:13:58 +08:00
parent 7f907e2d19
commit 28682a5e15
3 changed files with 11 additions and 14 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ foreach(array('zh-cn', 'en') as $langType)
$command .= "sed -i 's/index.php/\/zentao\/index.php/' zentao/www/.htaccess\n";
$command .= "cd ../../\n";
$command .= "sudo dpkg -b buildroot/ {$packPrefix}_{$version}_php{$phpVersion}_1_all.deb\n";
$command .= "sudo dpkg -b buildroot/ {$packPrefix}.{$version}.php{$phpVersion}.1.all.deb\n";
$command .= "mv *.deb ../../\n";
$command .= "rm -rf buildroot\n";