commit 0c5b62f46a2508a5893169f0737d2beb3186bb96 parent 321794f0b8818edf9a2f4ef6add9ffc54040b756 Author: sin <sin@2f30.org> Date: Sun, 2 Nov 2014 15:47:40 +0000 Remove symlink if it exists Diffstat:
M | configure | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure @@ -2,10 +2,10 @@ case `uname` in OpenBSD) - ln -s config.bsd config.mk + ln -sf config.bsd config.mk ;; Linux) - ln -s config.linux config.mk + ln -sf config.linux config.mk ;; *) echo Unsupported system 1>&2