From 57da07de2a06b28c97558d975a9bca0a6754fff0 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Mon, 10 Aug 2020 14:22:07 +0300 Subject: [PATCH] builddep hotfix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bde9238..bec7770 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ all: check-activate prep $(MAKE) clean-tmp builddep: - dnf builddep $(SPEC) + dnf builddep -y $(SPEC) prep: clean-tmp cd $(SOURCESDIR) && tar czf $(SOURCETARBALL) \