From 47e514e9edd9e563edc69e27292f204284ba3c8f Mon Sep 17 00:00:00 2001 From: hellerve Date: Tue, 6 Dec 2016 17:46:52 +0100 Subject: [PATCH] allow rpm dir to exist --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c7db02a..bf75803 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ endif rpm: dist # Clear tmp failed build (if any) - mkdir $(LOCAL_RPMS) + mkdir -p $(LOCAL_RPMS) # Create RPM from dist fpm -s dir -t rpm -n $(PROG) -v $(VERSION) -C $(DIST) \