mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +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="."
|
sharepath="."
|
||||||
fi
|
fi
|
||||||
AC_DEFINE_UNQUOTED(FS_SHAREPATH, "$sharepath")
|
AC_DEFINE_UNQUOTED(FS_SHAREPATH, "$sharepath")
|
||||||
|
AC_SUBST(sharepath)
|
||||||
|
|
||||||
AC_ARG_WITH(userpath,
|
AC_ARG_WITH(userpath,
|
||||||
[ --with-userpath=DIR Use DIR for unshared game data, defaults to
|
[ --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
|
#FIXME should qf data be installed somewhere other than id1 that gets
|
||||||
#searched after everything else?
|
#searched after everything else?
|
||||||
pkgdatadir=$(datadir)/quakeforge/id1
|
pkgdatadir=@sharepath@/id1
|
||||||
|
|
||||||
QFCC=$(top_builddir)/tools/qfcc/source/qfcc
|
QFCC=$(top_builddir)/tools/qfcc/source/qfcc
|
||||||
QCFLAGS=-g
|
QCFLAGS=-g
|
||||||
|
|
Loading…
Reference in a new issue