fix for root file permissions

This commit is contained in:
Jeff Carr 2025-09-21 23:22:09 -05:00
parent 475e72018e
commit 9d44ad34f7
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ func buildPackage(repo *gitpb.Repo) (bool, error) {
log.Info(repo.FullPath, "NOT FOUND ./build HERE")
}
cmd := []string{"dpkg-deb", "--build", "files", fulldebname}
cmd := []string{"dpkg-deb", "--root-owner-group", "--build", "files", fulldebname}
result := repo.RunVerbose(cmd)
if shell.Exists(fulldebname) {
} else {