add support for target install

This commit is contained in:
jguer
2022-10-28 00:38:11 +02:00
parent f496dbac8b
commit ba935ccf95
11 changed files with 144 additions and 65 deletions

View File

@@ -51,7 +51,7 @@ func installLocalPKGBUILD(
grapher := dep.NewGrapher(dbExecutor, aurCache, false, settings.NoConfirm, os.Stdout)
graph, err := grapher.GraphFromSrcInfo(wd, pkgbuild)
graph, err := grapher.GraphFromSrcInfo(nil, wd, pkgbuild)
if err != nil {
return err
}