From b3b2b773663412276cf8578ee10d1f5d90e014c0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 22 Oct 2018 22:51:10 +0200 Subject: [PATCH] build.sh: default to --prefix=/opt/cegcc --- README.rst | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0252587..d7eec55 100644 --- a/README.rst +++ b/README.rst @@ -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:: diff --git a/build.sh b/build.sh index 3efb98d..11fa85e 100755 --- a/build.sh +++ b/build.sh @@ -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