changeset 395:9f239b87fdfc

Set the SVN executable property for some shell scripts. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@624 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Fri, 25 Jan 2008 15:43:43 +0000
parents 74c9e228a01f
children 2922ce7885fb
files buildLinuxRelease.sh buildRelease.sh indenters/perltidy indenters/shellindent.awk
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/buildLinuxRelease.sh	Fri Jan 25 15:35:52 2008 +0000
+++ b/buildLinuxRelease.sh	Fri Jan 25 15:43:43 2008 +0000
@@ -1,7 +1,9 @@
 #!/bin/bash
-echo "setting Qt path to /usr/local/Trolltech/Qt-4.2.1/bin"
+echo "setting Qt path to /mnt/hdd2/qt-x11-opensource-src-4.3.3"
 echo "----------------------------------------------------"
-QTDIR=/usr/local/Trolltech/Qt-4.2.1
+QMAKESPEC=linux-g++-32
+export QMAKESPEC
+QTDIR=/usr/local/Trolltech/Qt-4.3.3
 export QTDIR
 PATH=$QTDIR/bin:$PATH
 export PATH