Skip to content
Snippets Groups Projects
Commit a78d64ab authored by Daniel Salzman's avatar Daniel Salzman
Browse files

configure: improve compatibility with OpenBSD

parent 54d3299f
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -597,7 +597,7 @@ AC_CONFIG_FILES([Makefile
AC_CONFIG_FILES([src/utils/pykeymgr/pykeymgr], [chmod +x src/utils/pykeymgr/pykeymgr])
AC_CONFIG_FILES([doc/modules.rst],
[cp doc/modules.rst ${srcdir}/doc/modules.rst 2>/dev/null;
ln -s -f -t ${srcdir}/doc/ $(readlink -f ${srcdir})/src/knot/modules 2>/dev/null])
ln -s -f $(readlink -f ${srcdir})/src/knot/modules ${srcdir}/doc 2>/dev/null])
AC_OUTPUT
AC_MSG_RESULT([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment