[packages/dnf5] use mkdir -p to create build dir

atler atler at pld-linux.org
Wed Aug 12 19:12:06 CEST 2026


commit 8c085f2358df1fcf453b898638cfc37152c15b97
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Aug 12 18:48:31 2026 +0200

    use mkdir -p to create build dir
    
    fixes short circuit build

 dnf5.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dnf5.spec b/dnf5.spec
index 6d438f4..c52bd3f 100644
--- a/dnf5.spec
+++ b/dnf5.spec
@@ -354,7 +354,7 @@ similar.
 	dnf5-plugins/automatic_plugin/bin/dnf-automatic
 
 %build
-mkdir build
+mkdir -p build
 cd build
 %cmake ../ \
 	-DPERL_INSTALLDIRS=vendor \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dnf5.git/commitdiff/ac0d1971d810f5e7b52afed568659a09d8f0e717



More information about the pld-cvs-commit mailing list