[DEVELOPMENT ENVIRONMENT]
* NEW: Autotools packager now respects the vendor name prefix option (trivial) git-svn-id: svn://localhost/gambas/trunk@4822 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
f24d7b1899
commit
187bc24cc6
1 changed files with 1 additions and 1 deletions
|
@ -1427,7 +1427,7 @@ Private Sub MakeAutotoolsPackage(sSys As String)
|
|||
AddLog("")
|
||||
|
||||
sPackage = Dir(sBuildDir, Project.Name & "*" & $sVersion & "*")[0]
|
||||
MoveFile(sBuildDir &/ sPackage, Path &/ sPackage)
|
||||
MoveFile(sBuildDir &/ sPackage, Path &/ $sPrefix & sPackage)
|
||||
AddLog(sPackage)
|
||||
|
||||
' Remove build dir
|
||||
|
|
Loading…
Reference in a new issue