Changeset 8972 for trunk/launch.sh

Show
Ignore:
Timestamp:
11/14/07 20:47:52 (13 months ago)
Author:
asterix
Message:

[James Newton] osx port for Gajim. a GREAT thanks!!!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/launch.sh

    r6694 r8972  
    11#!/bin/bash 
    2 cd `dirname $0`/src 
     2BASE=`pwd`/`dirname $0` 
     3OS=`uname -s` 
     4 
     5if [ "x${OS}" == "xDarwin" ]; then 
     6    export RESOURCEPATH="${BASE}/dist/Gajim.app/Contents/Resources" 
     7fi 
     8 
     9cd ${BASE}/src 
    310exec -a gajim python -OOt gajim.py $@