Nicolas Morey-Chaisemartin
2017-06-08 08:50:26 +00:00
committed by Git OBS Bridge
commit 035e4e4291
14 changed files with 2250 additions and 0 deletions

16
mpivars.sh Normal file
View File

@@ -0,0 +1,16 @@
case $PATH in
*prefix/bin*)
true
;;
*)
PATH=prefix/bin:$PATH
esac
case $MANPATH in
*prefix/share/man*)
true
;;
*)
MANPATH=prefix/share/man:$MANPATH
esac