Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (59126eee07df4adf8bcf914162b1fdc64d8c98b6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <lynx AT mages.ath.cx>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (59126eee07df4adf8bcf914162b1fdc64d8c98b6)
  • Date: Fri, 13 Jul 2007 11:53:35 +0200

On Friday 13 of July 2007 11:37:01 Treeve Jelbert wrote:
> +
> +# build using qt3 or qt4
> +# some spells an adapt the build process to either qt3 or qt4
> +function build_qt3_or_4()
> +{
> + QTDIR=$INSTALL_ROOT/usr
This should set QTDIR only if it is not set already, we have a profile script
for it.

> + if [[ check_if_qt4_provider ]]
this shouldn't have the [[ and ]] as now it is always true - the string is
taken as literal, not a command.

--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page