aboutsummaryrefslogtreecommitdiff
path: root/configure-cmake
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2017-04-23 14:07:08 +0200
committerGitHub <noreply@github.com>2017-04-23 14:07:08 +0200
commit6ece1d8791a887c1b3fd500435be97d42921cee7 (patch)
treecc5504ff795d2d28efaccc8e30d4c72e0acd1eab /configure-cmake
parent04de756ad2b0a8f58987d415ef520467e3440f20 (diff)
downloadbrotli-6ece1d8791a887c1b3fd500435be97d42921cee7.zip
brotli-6ece1d8791a887c1b3fd500435be97d42921cee7.tar.gz
brotli-6ece1d8791a887c1b3fd500435be97d42921cee7.tar.bz2
Move files & update paths (#541)
* Move files & update paths * Rename build to scripts. * Fix paths * Fix script.
Diffstat (limited to 'configure-cmake')
-rwxr-xr-xconfigure-cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure-cmake b/configure-cmake
index 9f32456..6dfb92c 100755
--- a/configure-cmake
+++ b/configure-cmake
@@ -32,8 +32,8 @@ PREFIX=/usr/local
LIBDIR=
CMAKE_ARGS=
-if [ -e "${TOP_SRCDIR}/.configure-custom.sh" ]; then
- . "${TOP_SRCDIR}/.configure-custom.sh"
+if [ -e "${TOP_SRCDIR}/scripts/.configure-custom.sh" ]; then
+ . "${TOP_SRCDIR}/scripts/.configure-custom.sh"
fi
quote() {