We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff30356 commit c305ac7Copy full SHA for c305ac7
Modules/expat/refresh.sh
@@ -24,6 +24,9 @@ curl --location "https://github.com/libexpat/libexpat/releases/download/${expect
24
echo "${expected_libexpat_sha256} libexpat.tar.gz" | sha256sum --check
25
26
# Step 2: Pull files from the libexpat distribution
27
+
28
+tar xzvf libexpat.tar.gz "expat-${expected_libexpat_version}/COPYING" --strip-components 2
29
30
declare -a lib_files
31
lib_files=(
32
ascii.h
0 commit comments