Don't preserve ownership information in tarball.
This commit is contained in:
parent
2b69f1b2ef
commit
c85a95a288
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -52,6 +52,7 @@ appstore: clean build
|
|||
--path=$(sign_dir)/$(app_name); \
|
||||
fi
|
||||
tar -czf $(build_dir)/$(app_name)-$(version).tar.gz \
|
||||
--owner=root --group=root \
|
||||
-C $(sign_dir) $(app_name)
|
||||
@if [ -f $(cert_dir)/$(app_name).key ]; then \
|
||||
echo "Signing package…"; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue