Skip to content

Commit b3d5a17

Browse files
committedFeb 1, 2023
Update makeDist with json5
1 parent 5c3b6b9 commit b3d5a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎makeDist.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VERSION=`git describe`
33
git archive --format=tar --prefix=classdesc-$VERSION/ HEAD -o /tmp/classdesc-$VERSION.tar
44
# add submodules
5-
cd json_spirit; git archive --format=tar --prefix=classdesc-$VERSION/json_spirit/ HEAD -o /tmp/$$.tar
5+
cd json5_parser; git archive --format=tar --prefix=classdesc-$VERSION/json_spirit/ HEAD -o /tmp/$$.tar
66
tar Af /tmp/classdesc-$VERSION.tar /tmp/$$.tar
77
rm /tmp/$$.tar
88
gzip -f /tmp/classdesc-$VERSION.tar

0 commit comments

Comments
 (0)
Please sign in to comment.