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

configure: fix cyclic symbolic link to modules creation

parent 755933c1
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -619,7 +619,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 $(realpath ${srcdir})/src/knot/modules/ ${srcdir}/doc/modules 2>/dev/null])
ln -s -f -t ${srcdir}/doc/ $(realpath ${srcdir})/src/knot/modules 2>/dev/null])
AC_OUTPUT
......
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