Skip to content

Commit 8ba1e2c

Browse files
committed
git-archive → git archive
1 parent e414eea commit 8ba1e2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ set-version:
142142

143143
TGZ=../tp_smapi-$(VER).tgz
144144
create-tgz:
145-
git-archive --format=tar --prefix=tp_smapi-$(VER)/ HEAD | gzip -c > $(TGZ)
145+
git archive --format=tar --prefix=tp_smapi-$(VER)/ HEAD | gzip -c > $(TGZ)
146146
tar tzvf $(TGZ)
147147
echo "Ready: $(TGZ)"
148148

0 commit comments

Comments
 (0)