File: .modulespath.in

package info (click to toggle)
modules 3.2.9c-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,620 kB
  • sloc: ansic: 10,089; exp: 1,777; sh: 1,433; makefile: 286
file content (20 lines) | stat: -rw-r--r-- 896 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
#  @(#)$Id: .modulespath.in,v 1.3.20.1 2010/11/11 18:23:18 rkowen Exp $
#  Module version @VERSION@
#  @configure_input@
#
#  Modulepath initial setup
#  ========================
#
#  This file defines the initial setup for the module files search path.
#  Comments may be added anywhere, which begin on # and continue until the 
#     end of the line
#  Each line containing a single path will be added to the MODULEPATH
#     environment variable. You may add as many as you want - just
#     limited by the maximum variable size of your shell.
#
@VERSIONING@@VERSIONPATH@				# location of version files
@VERSIONING@@BASEPREFIX@/Modules/$MODULE_VERSION/modulefiles	# Module pkg modulefiles (if versioning)
@NOTVERSIONING@@BASEPREFIX@/Modules/modulefiles	# Module pkg modulefiles (if no versioning)
@MODULEPATH@				# General module files
#@prefix@/your_contribs			# Edit for your requirements