Skip to content

Commit

Permalink
Only remove Payloud as Payload.Linux is built by the parent cs proj a…
Browse files Browse the repository at this point in the history
…nd we need that output.
  • Loading branch information
kyle-rader committed Sep 11, 2020
1 parent 2a813f1 commit 3e56e9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/linux/Payload.Linux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ DEBOUT="$PAYLOAD_OUT/gcmcore-linux_$ARCH.$CONFIGURATION.$VERSION.deb"
SYMBOLOUT="$PAYLOAD.sym"

# Cleanup payload directory
if [ -d "$PAYLOAD_OUT" ]; then
echo "Cleaning existing payload directory '$PAYLOAD_OUT'..."
rm -rf "$PAYLOAD_OUT"
if [ -d "$PAYLOAD" ]; then
echo "Cleaning existing payload directory '$PAYLOAD'..."
rm -rf "$PAYLOAD"
fi

# Ensure directories exists
Expand Down

0 comments on commit 3e56e9a

Please sign in to comment.