Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37844701
en ru br
ALT Linux repos
S:1.0.3-alt4
5.0: 1.0.2-alt0.M50.1
4.1: 1.0.2-alt0.M41.1

Group :: System/Base
RPM: mpi-selector

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# Workaround for $MANPATH variable.
# By default $MANPATH in ALTLinux isn't initialized.
# mpi-selector update $MANPATH with manpages for MPI.
# In consequence `man' lookups only for manpages located at $MANPATH and ignore default manpages.
# Purpose of this script is $MANPATH initialization with default manpages location.

if [ -x "/usr/bin/manpath" ]; then
CURRENT_MANPATH="$(manpath)"
fi

if [ -z "${MANPATH:-}" -a -n "${CURRENT_MANPATH:-}" ]; then
MANPATH="$CURRENT_MANPATH"
export MANPATH
fi
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin