needed to bypass go-deb problems
This commit is contained in:
parent
c09e292a66
commit
5c84b9ab66
3
build.go
3
build.go
|
@ -58,6 +58,9 @@ func (f *Forge) doBuild(repo *gitpb.Repo, userFlags []string, goWhat string) err
|
|||
data, _ := repo.ReadFile(".forge")
|
||||
log.Info(".forge =", string(data))
|
||||
log.Info("todo: do the custom build instructions")
|
||||
basedir, filename := filepath.Split(repo.GetGoPath())
|
||||
log.Info("touching filename", basedir, filename)
|
||||
repo.RunVerbose([]string{"touch", filename})
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue