https://github.com/geodynamics/citcoms
Revision 866fd7a977530717eb191fd269a595ccc382ef21 authored by Leif Strand on 31 January 2006, 02:54:42 UTC, committed by Leif Strand on 31 January 2006, 02:54:42 UTC
when 'pkgpyexecdir' is distinct from 'pkgpythondir'")
from v2 branch to trunk.

1 parent cca5d95
Raw File
Tip revision: 866fd7a977530717eb191fd269a595ccc382ef21 authored by Leif Strand on 31 January 2006, 02:54:42 UTC
Merged r2565 (fix for issue11, "broken install
Tip revision: 866fd7a
citcoms_profile
#!/bin/sh
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# <LicenseText>
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#


#export GEOFRAMEWORK=
export CITCOMSHOME=$GEOFRAMEWORK/packages/CitcomS
export PATH=$CITCOMSHOME/visual:$PATH

if [ x$DXMACROS = "x" ]; then
	export DXMACROS=""
fi

export DXMACROS=$CITCOMSHOME/visual/OpenDXMacro:$DXMACROS


# version
# $Id: citcoms_profile,v 1.1 2004/06/02 21:49:37 tan2 Exp $

# End of file
back to top