Skip to content

Commit

Permalink
Fix R2 build #306 (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 committed Apr 20, 2024
1 parent 70e4417 commit 19a50d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Older build might be dropped in order to save space on docker-hub and incur in l

Date|Type|Description
:---|:---|:---
2024-04-20|Maintenance|Fix R2 build (see [#306](https://github.com/GioF71/squeezelite-docker/issues/306))
2024-04-19|Update|Sourceforge binaries version bump (see [#303](https://github.com/GioF71/squeezelite-docker/issues/303))
2024-04-14|Update|Sourceforge binaries version bump (see [#296](https://github.com/GioF71/squeezelite-docker/issues/296))
2024-04-02|Improvement|Add support for installing bluetooth libs (see [#277](https://github.com/GioF71/squeezelite-docker/issues/277))
Expand Down
2 changes: 1 addition & 1 deletion install/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ elif [[ "${BUILD_MODE}" == "r2" ]]; then
cd squeezelite-R2
mkdir Bin
make -f Makefile.debian
mv Bin/squeezelite-R2-deb /app/bin/squeezelite
mv squeezelite-R2-deb /app/bin/squeezelite
chmod 755 /app/bin/squeezelite
cd /app
rm -Rf /app/r2-src
Expand Down

0 comments on commit 19a50d0

Please sign in to comment.