change dir for package dir to install it
This commit is contained in:
@@ -118,6 +118,8 @@ func (container Container) installPackage(file []byte, destDir string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
os.Chdir(destDir)
|
||||
|
||||
if err := bootstrapcontainer.ExecutePrepare(manifest, &L); err != nil {
|
||||
return fmt.Errorf("error executing prepare: %s", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user