diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-12 08:10:50 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-03-12 08:10:50 +0100 |
| commit | fffa731bd2af7c0eb20df4f19856f118c1980c6d (patch) | |
| tree | 4f0191afe9f437d1ea10acd8430704253e6e9a2e /Makefile | |
| parent | 43780806ca226bde306131141a619b80d3ab74a3 (diff) | |
Separate the tar
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |