From 3b850e0c6fe18d902f0768f69897ed325b9ad728 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 8 Feb 2025 10:57:31 -0500 Subject: [PATCH] toolchains: Correct bad default path for toolchain PREFIX Change-Id: Ib4e91f72a4e1b4eae123f676610045309a891309 --- tools/rockboxdev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index 9c0a05ddbd..7b666223c9 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh @@ -29,7 +29,7 @@ dlwhere="${RBDEV_DOWNLOAD:-$TMP/rbdev-dl}" # Note that the user running this script must be able to do make install in # this given prefix directory. Also make sure that this given root dir # exists. -prefix="${RBDEV_PREFIX:-$TMP/local}" +prefix="${RBDEV_PREFIX:-/usr/local}" # This directory is used to extract all files and to build everything in. It # must not exist before this script is invoked (as a security measure).