Skip to content

Commit

Permalink
Move to output location
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Oct 20, 2023
1 parent 5a6d3df commit f21af0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ if test "x$FHS_ENABLED" = xyes ; then
AC_SUBST(domserver_rundir, $localstatedir/run/${PACKAGE_TARNAME})
AC_SUBST(domserver_tmpdir, /tmp)
AC_SUBST(domserver_exampleprobdir,$datadir/${PACKAGE_TARNAME}/example_problems)
AC_SUBST(domserver_databasedumpdir,$datadir/${PACKAGE_TARNAME}/db-dumps)
AC_SUBST(domserver_databasedumpdir,$localstatedir/${PACKAGE_TARNAME}/db-dumps)

AC_SUBST(judgehost_root, '')
AC_SUBST(judgehost_bindir, $bindir)
Expand Down

0 comments on commit f21af0d

Please sign in to comment.