Skip to content

Commit

Permalink
fix: Address incompatibility between BSD and Unix cp
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Mar 20, 2024
1 parent 829e427 commit 8b7a747
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ WORKDIR="$(mktemp -d || exit 1)"
trap 'rm -rf ${WORKDIR}' EXIT

echo "Preparing temporary build directory"
mkdir -p "${WORKDIR}/tailscale"
cp -R "${SOURCE}/package/" "${WORKDIR}/tailscale"
cp "${SOURCE}/LICENSE" "${WORKDIR}/tailscale/LICENSE"

Expand Down

0 comments on commit 8b7a747

Please sign in to comment.