Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

toolchains: Correct bad default path for toolchain PREFIX

Change-Id: Ib4e91f72a4e1b4eae123f676610045309a891309

+1 -1
+1 -1
tools/rockboxdev.sh
··· 29 29 # Note that the user running this script must be able to do make install in 30 30 # this given prefix directory. Also make sure that this given root dir 31 31 # exists. 32 - prefix="${RBDEV_PREFIX:-$TMP/local}" 32 + prefix="${RBDEV_PREFIX:-/usr/local}" 33 33 34 34 # This directory is used to extract all files and to build everything in. It 35 35 # must not exist before this script is invoked (as a security measure).