mirror of
https://github.com/Jguer/yay.git
synced 2025-12-27 10:01:53 -05:00
Build: Build without install with -B . (#2684)
* remove deprecated --tar flag and add --gitflags Built without installing with -B fix git tests gitBin align with next * fix order of ops
This commit is contained in:
6
cmd.go
6
cmd.go
@@ -328,11 +328,7 @@ func handleUpgrade(ctx context.Context,
|
||||
func handleBuild(ctx context.Context,
|
||||
run *runtime.Runtime, dbExecutor db.Executor, cmdArgs *parser.Arguments,
|
||||
) error {
|
||||
if cmdArgs.ExistsArg("i", "install") {
|
||||
return installLocalPKGBUILD(ctx, run, cmdArgs, dbExecutor)
|
||||
}
|
||||
|
||||
return nil
|
||||
return installLocalPKGBUILD(ctx, run, cmdArgs, dbExecutor)
|
||||
}
|
||||
|
||||
func handleSync(ctx context.Context, run *runtime.Runtime, cmdArgs *parser.Arguments, dbExecutor db.Executor) error {
|
||||
|
||||
Reference in New Issue
Block a user