mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
move $fs_sharepath/QFplugins to $fs_sharepath/QF/plugins
This commit is contained in:
parent
74e56609b0
commit
b141f2b38e
1 changed files with 2 additions and 2 deletions
|
@ -1179,10 +1179,10 @@ AC_DEFINE_UNQUOTED(FS_USERPATH, "$userpath", [Define this to the unshared game d
|
|||
|
||||
AC_ARG_WITH(plugin-path,
|
||||
[ --with-plugin-path=DIR Use DIR for loading plugins, defaults to
|
||||
\${sharepath}/QFplugins],
|
||||
\${sharepath}/QF/plugins],
|
||||
plugindir=$withval, plugindir="auto")
|
||||
|
||||
PLUGINDIR="\${sharepath}/QFplugins"
|
||||
PLUGINDIR="\${sharepath}/QF/plugins"
|
||||
if test "x$plugindir" = "xauto" -o "x$plugindir" = "xyes" -o "x$plugindir" = "x"; then
|
||||
plugindir="$PLUGINDIR"
|
||||
elif test "x$plugindir" = xno; then
|
||||
|
|
Loading…
Reference in a new issue