mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
New default plugin directory.
Change the default plugin directory from ${libdir}/quakeforge to ${libdir}/quakeforge/plugins as this seems to be fairly standard.
This commit is contained in:
parent
999252c07a
commit
526564b2a7
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ AC_ARG_WITH(plugin-path,
|
|||
\${libdir}/quakeforge],
|
||||
plugindir=$withval, plugindir="auto")
|
||||
|
||||
PLUGINDIR="\${libdir}/quakeforge"
|
||||
PLUGINDIR="\${libdir}/quakeforge/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