mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
toolchains: Correct bad default path for toolchain PREFIX
Change-Id: Ib4e91f72a4e1b4eae123f676610045309a891309
This commit is contained in:
parent
0847bcc110
commit
3b850e0c6f
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue