Skip to content

Commit

Permalink
curl-pkg.sh: stop creating an unused directory [ci skip]
Browse files Browse the repository at this point in the history
Back in 2017/2018, we copied .html files there, but not since these
commits:

cab2610
b751deb
  • Loading branch information
vszakats committed Jan 21, 2024
1 parent bec8272 commit f25fdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curl-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
_DST="$(pwd)/_pkg"; rm -r -f "${_DST}"

mkdir -p "${_DST}/docs/examples"
mkdir -p "${_DST}/docs/libcurl/opts"
mkdir -p "${_DST}/docs/libcurl"
mkdir -p "${_DST}/include/curl"
mkdir -p "${_DST}/lib"
mkdir -p "${_DST}/bin"
Expand Down

0 comments on commit f25fdff

Please sign in to comment.