Move directories

This commit is contained in:
2025-05-03 10:47:32 +03:00
parent eb8db1bc99
commit 4a8c4e22ec
3 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -516,7 +516,7 @@ func (operation *BPMOperation) Execute(verbose, force bool) (err error) {
// Compile package if type is 'source'
if bpmpkg.PkgInfo.Type == "source" {
// Get path to compiled package directory
compiledDir := path.Join(operation.RootDir, "/var/lib/bpm/compiled/")
compiledDir := path.Join(operation.RootDir, "/var/cache/bpm/compiled/")
// Create compiled package directory if not exists
if _, err := os.Stat(compiledDir); err != nil {