mirror of
https://github.com/Jguer/yay.git
synced 2025-12-27 10:01:53 -05:00
add support for target install
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user