specify QT 4.1.1-static in path

This commit is contained in:
Sean C. Rhea
2007-01-30 22:26:50 +00:00
parent 7c6fe559f0
commit 69e63c5ab0

View File

@@ -1,5 +1,6 @@
#!/bin/sh
# $Id: mkdmg.sh,v 1.2 2006/09/06 23:23:03 srhea Exp $
export PATH=/usr/local/Trolltech/Qt-4.1.1-static/bin:$PATH
VERS=`date +'%Y-%m-%d'`
OS=`uname -s`
CPU=`uname -p`