Packager: remove .orig directory before deb package building
This commit is contained in:
parent
d43ff73778
commit
e89e561358
1 changed files with 1 additions and 0 deletions
|
@ -817,6 +817,7 @@ Private Function MakeDebPackage(sSys As String)
|
|||
sPackagePath = Path &/ Subst("&1-&2", sPackageName, $sVersion)
|
||||
|
||||
Try Shell "rm -Rf " & Shell$(sPackagePath) Wait
|
||||
Try Shell "rm -Rf " & Shell$(sPackagePath & ".orig") Wait
|
||||
Mkdir sPackagePath
|
||||
Mkdir sPackagePath &/ "src"
|
||||
Mkdir sPackagePath &/ "debian"
|
||||
|
|
Loading…
Reference in a new issue