build.sh: default to --prefix=/opt/cegcc

This commit is contained in:
Max Kellermann 2018-10-22 22:51:10 +02:00
parent 328e77aced
commit b3b2b77366
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ To build::
$OLDPWD/build.sh --prefix=/where/to/install
If you won't specify `--prefix`, it will install to
`cegcc-build/bindist-arm-mingw32ce/`
``/opt/cegcc``
To update afterwards::

View File

@ -14,7 +14,7 @@ export BASE_DIRECTORY
#
export BUILD_DIR=`pwd`
ac_default_prefix="$BUILD_DIR/../bindist-arm-mingw32ce"
ac_default_prefix="/opt/cegcc"
# The list of components, in build order. There's a build_FOO
# function for each of these components