changeset 15249:7880fa9d676f

Update path to default settings file in source tree * run-octave.in (OCTAVE_DEFAULT_QT_SETTINGS): Update path for reorganized source tree.
author Mike Miller <mtmiller@ieee.org>
date Wed, 29 Aug 2012 09:17:26 -0400
parents 969952fcd30f
children 87f337783d95
files run-octave.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/run-octave.in	Tue Aug 28 21:26:04 2012 -0400
+++ b/run-octave.in	Wed Aug 29 09:17:26 2012 -0400
@@ -73,7 +73,7 @@
 fi
 
 OCTAVE_SITE_INITFILE="$top_srcdir/scripts/startup/main-rcfile" \
-OCTAVE_DEFAULT_QT_SETTINGS="$top_srcdir/gui/default-qt-settings" \
+OCTAVE_DEFAULT_QT_SETTINGS="$top_srcdir/libgui/default-qt-settings" \
   exec $builddir/libtool --mode=execute $driver \
     "$octave_executable" --no-init-path --path="$LOADPATH" \
     --image-path="$IMAGEPATH" --doc-cache-file="$DOCFILE" \