actually try to make all the packages also

This commit is contained in:
Jeff Carr 2025-02-19 18:19:28 -06:00
parent 38a0f70c78
commit 721ee08ad2
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ func findNext() bool {
log.Info("cd", wit.GetFullPath())
os.Chdir(wit.GetFullPath())
shell.Exec([]string{"ls", "-l"})
shell.Exec([]string{"echo", "make", "debian-release-force"})
shell.Exec([]string{"make", "debian-release-force"})
}
okExit("")
}