aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-03-12 08:10:50 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2024-03-12 08:10:50 +0100
commitfffa731bd2af7c0eb20df4f19856f118c1980c6d (patch)
tree4f0191afe9f437d1ea10acd8430704253e6e9a2e /Makefile
parent43780806ca226bde306131141a619b80d3ab74a3 (diff)
Separate the tar
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)