aboutsummaryrefslogtreecommitdiff
path: root/audio/flac-opt/flac-opt.sh
blob: 5ede5e21af7f81568a8c3738e2c9c18f23f6ae14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# profile.d script for SBo flac-opt build, WTFPL, B. Watson.

# don't know if MANPATH might be set already, so cover both cases.

Mtmp=@PREFIX@/man

if [ -z "$MANPATH" ]; then
  MANPATH="$Mtmp"
else
  MANPATH="$Mtmp:$MANPATH"
fi

unset Mtmp

# PATH will already be set (in /etc/profile) so don't worry about it.

PATH=@PREFIX@/bin:$PATH

export PATH
export MANPATH