From fffa731bd2af7c0eb20df4f19856f118c1980c6d Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 12 Mar 2024 08:10:50 +0100 Subject: Separate the tar --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca9b3d1..f7b3130 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ endif rpm: build tar: build - tar -czvf $(app_name)-$(target)-$(channel).tar.gz -C target/$(target)/$(profile)/$(app_name) + tar -czvf $(app_name)-$(target)-$(channel).tar.gz -C target/$(target)/$(profile)/ $(app_name) package: $(architectures) -- cgit