Skip to content

Commit 300ad6d

Browse files
committed
change tar command
1 parent 1dd7b26 commit 300ad6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ appstore:
131131
echo $(app_name)
132132
pwd
133133
gtar \
134+
--owner=0 --group=0 \
134135
--exclude-vcs \
135136
--exclude="$(app_name)/build" \
136137
--exclude="$(app_name)/tests" \
@@ -153,7 +154,7 @@ appstore:
153154
--exclude="$(app_name)/.*" \
154155
--exclude="$(app_name)/.git" \
155156
--exclude="$(app_name)/js/.*" \
156-
-cvzf $(appstore_package_name).tar.gz ../$(app_name)
157+
-czf $(appstore_package_name).tar.gz ../$(app_name)
157158

158159
.PHONY: test
159160
test: composer

0 commit comments

Comments
 (0)