mariadb: create symlinks in a portable way
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 6 May 2018 15:48:29 +0000 (17:48 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 6 May 2018 15:48:32 +0000 (17:48 +0200)
commitc64552d2ba075ede0439f5337a446b87f7faf679
tree5beb1047cd55e351aeecde1325a71c343521fda0
parent25a518aab641026520a131fd92b4fbe6e8ed3f2c
mariadb: create symlinks in a portable way

Hannu mentioned that --recursive could not be available always. That is
correct. While GNU coreutils' ln supports this, BSD's ln for example does
not.

This commit addresses that.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
utils/mariadb/Makefile