From: Ruben Beltran del Rio Date: Tue, 12 Mar 2024 07:10:50 +0000 (+0100) Subject: Separate the tar X-Git-Tag: 7.0.0~23 X-Git-Url: https://git.r.bdr.sh/rbdr/blog/commitdiff_plain/fffa731bd2af7c0eb20df4f19856f118c1980c6d?hp=43780806ca226bde306131141a619b80d3ab74a3 Separate the tar --- 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)