mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
d'oh, should be installing into fs_sharepath :P
This commit is contained in:
parent
8a24b28d97
commit
cfa3591a76
2 changed files with 2 additions and 1 deletions
|
@ -1066,6 +1066,7 @@ elif test "x$sharepath" = xno; then
|
|||
sharepath="."
|
||||
fi
|
||||
AC_DEFINE_UNQUOTED(FS_SHAREPATH, "$sharepath")
|
||||
AC_SUBST(sharepath)
|
||||
|
||||
AC_ARG_WITH(userpath,
|
||||
[ --with-userpath=DIR Use DIR for unshared game data, defaults to
|
||||
|
|
|
@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS= foreign
|
|||
|
||||
#FIXME should qf data be installed somewhere other than id1 that gets
|
||||
#searched after everything else?
|
||||
pkgdatadir=$(datadir)/quakeforge/id1
|
||||
pkgdatadir=@sharepath@/id1
|
||||
|
||||
QFCC=$(top_builddir)/tools/qfcc/source/qfcc
|
||||
QCFLAGS=-g
|
||||
|
|
Loading…
Reference in a new issue