We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3b6b9 commit b3d5a17Copy full SHA for b3d5a17
makeDist.sh
@@ -2,7 +2,7 @@
2
VERSION=`git describe`
3
git archive --format=tar --prefix=classdesc-$VERSION/ HEAD -o /tmp/classdesc-$VERSION.tar
4
# add submodules
5
-cd json_spirit; git archive --format=tar --prefix=classdesc-$VERSION/json_spirit/ HEAD -o /tmp/$$.tar
+cd json5_parser; git archive --format=tar --prefix=classdesc-$VERSION/json_spirit/ HEAD -o /tmp/$$.tar
6
tar Af /tmp/classdesc-$VERSION.tar /tmp/$$.tar
7
rm /tmp/$$.tar
8
gzip -f /tmp/classdesc-$VERSION.tar
0 commit comments