# HG changeset patch # User Andre Heinecke # Date 1481206938 -3600 # Node ID 788b5f2395713ca56105624e4ed68981cee4188c # Parent 32dd6ea6a582ed1cde5ca05caedb621fea7ea738 Be more robust in INSTALL and use different default prefix diff -r 32dd6ea6a582 -r 788b5f239571 INSTALL --- a/INSTALL Thu Dec 08 15:21:11 2016 +0100 +++ b/INSTALL Thu Dec 08 15:22:18 2016 +0100 @@ -104,7 +104,7 @@ Define some paths for the build environment: - export CUSTOM_PREFIX=~/retraceit + export CUSTOM_PREFIX=~/devenv export PATH=$CUSTOM_PREFIX/bin:$PATH export DYLD_LIBRARY_PATH=$CUSTOM_PREFIX/lib:$DYLD_LIBRARY_PATH @@ -176,7 +176,7 @@ hg clone https://wald.intevation.org/hg/retraceit/ cd retraceit - mkdir build && cd build + mkdir -p build && cd build cmake .. \ -DCMAKE_PREFIX_PATH=$CUSTOM_PREFIX \ -DCMAKE_INSTALL_PREFIX=$CUSTOM_PREFIX \