1
0
Fork 0

fix: script path

timestamps
dump_stack() 2024-02-21 13:49:38 +00:00
parent 0c6d5bd371
commit 293dbda2a7
Signed by: dump_stack
GPG Key ID: C9905BA72B5E02BB
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import (
"fmt"
"io"
"os"
"path/filepath"
"regexp"
"strings"
"time"
@ -323,6 +324,7 @@ func (ka Artifact) Process(slog zerolog.Logger, ki distro.KernelInfo,
if ka.Type == Script {
result.BuildDir = ka.SourcePath
result.Build.Ok = true
ka.Script = filepath.Join(ka.SourcePath, ka.Script)
cTest = ka.Script
} else if cBinary == "" {
// TODO: build should return structure