Files
modules/testsuite/example/.modulespath.in
Xavier Delaruelle f50e3e40d3 testsuite/travis: adapt modpath in ex cfg if versioning
Adapt defined modulepaths in example testsuite configuration file
(modulerc and .modulespath) depending if versioning installation mode is
enabled or not.
2017-12-29 17:27:52 +01:00

21 lines
906 B
Plaintext

#
# @(#)$Id: 38aa24cc33a5f54a93781d63005a084f74418022 $
# Module version 3.2.10
# init/.modulespath. Generated from .modulespath.in by configure.
#
# 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.
#
# # location of version files
@VERSIONING@@baseprefix@/$MODULE_VERSION/modulefiles # Module pkg modulefiles (if versioning)
@NOTVERSIONING@@modulefilesdir@ # Module pkg modulefiles (if no versioning)
@prefix@/test/modulefiles:@prefix@/test/etc # General module files
#@prefix@/your_contribs # Edit for your requirements