From e14f10b4a96a3a3182db7a1715610e435e53e95c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Mon, 8 Jul 2024 18:33:07 +0200 Subject: [PATCH] Remove parser copy from c++ parser (#3005) --- lang/c++/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/c++/build.sh b/lang/c++/build.sh index 5eed350fadc..2873534c8c6 100755 --- a/lang/c++/build.sh +++ b/lang/c++/build.sh @@ -59,7 +59,7 @@ function do_dist() { rm -rf $BUILD_CPP/ mkdir -p $BUILD_CPP cp -r api AUTHORS build.sh CMakeLists.txt ChangeLog \ - LICENSE NOTICE impl jsonschemas NEWS parser README test examples \ + LICENSE NOTICE impl jsonschemas NEWS README test examples \ $BUILD_CPP find $BUILD_CPP -name '.svn' | xargs rm -rf cp ../../share/VERSION.txt $BUILD_CPP