summaryrefslogtreecommitdiff
path: root/Config
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2015-12-15 00:27:21 +0000
committerPeter Powell <petpow@saberuk.com>2015-12-31 02:41:29 +0000
commit39980be37f8ddb7207a4873c52c20c028241c047 (patch)
tree32f242c4d998acf6968fc590b89efff1b1c9624c /Config
parent9fbf16b6970f936a6ec66ed9a373976e4fe0cae6 (diff)
Replace INSTDIR with CMAKE_INSTALL_PREFIX.
Diffstat (limited to 'Config')
-rwxr-xr-xConfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config b/Config
index a6789f092..eceb228ad 100755
--- a/Config
+++ b/Config
@@ -44,7 +44,7 @@ Run_Build_System () {
EXTRA_LIBS=""
if [ "$INSTDIR" != "" ] ; then
- WITH_INST="-DINSTDIR:STRING=$INSTDIR"
+ WITH_INST="-DCMAKE_INSTALL_PREFIX:STRING=$INSTDIR"
fi
if [ "$RUNGROUP" != "" ] ; then