Skip to content

Commit

Permalink
respect SRCEXT from makepkg.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
kgizdov committed May 20, 2020
1 parent aff81d3 commit 03c6b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offload-build.in
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ mapfile -t files < <(
# This is sort of bash golfing but it allows running a mildly complex
# command over ssh with a single connection.
# shellcheck disable=SC2145
cat "$SRCPKGDEST"/*.src.tar.gz |
cat "$SRCPKGDEST"/*"$SRCEXT" |
ssh $server '
temp="${XDG_CACHE_HOME:-$HOME/.cache}/offload-build" &&
mkdir -p "$temp" &&
Expand Down

0 comments on commit 03c6b2a

Please sign in to comment.