Skip to content

Commit

Permalink
TUN-8543: use -p flag to create intermediate directories
Browse files Browse the repository at this point in the history
  • Loading branch information
lneto committed Jul 16, 2024
1 parent 13b2e42 commit 26ae1ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .teamcity/mac/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ for arch in ${archs[@]}; do
ARCH_TARGET_DIRECTORY="${TARGET_DIRECTORY}/${arch}-build"
# creating build directory
rm -rf $ARCH_TARGET_DIRECTORY
mkdir "${ARCH_TARGET_DIRECTORY}"
mkdir "${ARCH_TARGET_DIRECTORY}/contents"
mkdir -p "${ARCH_TARGET_DIRECTORY}"
mkdir -p "${ARCH_TARGET_DIRECTORY}/contents"
cp -r ".mac_resources/scripts" "${ARCH_TARGET_DIRECTORY}/scripts"

# copy cloudflared into the build directory
Expand Down

0 comments on commit 26ae1ca

Please sign in to comment.