Skip to content

Commit

Permalink
v8.24
Browse files Browse the repository at this point in the history
- CI | Shairport Sync: Fix generation of AirPlay 2 dependencies string
  • Loading branch information
MichaIng committed Nov 2, 2023
1 parent 6a50d11 commit 4248889
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .build/software/shairport-sync/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -506,9 +506,8 @@ find "$DIR" ! \( -path "$DIR/DEBIAN" -prune \) -type f -exec md5sum {} + | sed "
# - Obtain DEB dependency versions
for i in "${adeps2[@]}"
do
DEPS_APT_VERSIONED+=" $i (>= $(dpkg-query -Wf '${VERSION}' "$i")),"
DEPS_APT_VERSIONED+=", $i (>= $(dpkg-query -Wf '${VERSION}' "$i"))"
done
DEPS_APT_VERSIONED=${DEPS_APT_VERSIONED%,}
# shellcheck disable=SC2001
[[ $G_HW_ARCH_NAME == 'armv6l' ]] && DEPS_APT_VERSIONED=$(sed 's/+rp[it][0-9]\+[^)]*)/)/g' <<< "$DEPS_APT_VERSIONED") || DEPS_APT_VERSIONED=$(sed 's/+b[0-9]\+)/)/g' <<< "$DEPS_APT_VERSIONED")

Expand Down

0 comments on commit 4248889

Please sign in to comment.