mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
Use $_prefix/etc/mplayer/ as configuration file location, not $_datadir.
Patch by Dominik Mierzejewski <dominik@rangers.eu.org>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7110 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
04953dbc12
commit
b3fbdb60b3
2
configure
vendored
2
configure
vendored
@ -1273,7 +1273,7 @@ done
|
||||
|
||||
# Atmos: moved this here, to be correct, if --prefix is specified
|
||||
test -z "$_datadir" && _datadir="$_prefix/share/mplayer"
|
||||
test -z "$_confdir" && _confdir="$_datadir"
|
||||
test -z "$_confdir" && _confdir="$_prefix/etc/mplayer"
|
||||
test -z "$_libdir" && _libdir="$_prefix/lib"
|
||||
test -z "$_mlibdir" && _mlibdir="$MLIBHOME"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user