Cleanup internal packages

This commit is contained in:
Tom Wiesing 2022-09-11 17:12:57 +02:00
parent 86a4334796
commit abafab9f0a
No known key found for this signature in database
7 changed files with 93 additions and 145 deletions

View file

@ -142,7 +142,7 @@ func (si systemupdate) Run(context wisski_distillery.Context) error {
}
if err := logging.LogOperation(func() error {
return unpack.InstallResource(dis.RuntimeDir(), "runtime", core.Runtime, func(dst, src string) {
return unpack.InstallDir(dis.RuntimeDir(), "runtime", core.Runtime, func(dst, src string) {
context.Printf("[copy] %s\n", dst)
})
}, context.IOStream, "Unpacking Runtime Components"); err != nil {