From f61b5f0b95c1debaa9c9517d003586400f3c553c Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 12 May 2022 17:16:27 +0200 Subject: [PATCH] added missing flags to why2.h install I forgot to add 'force' flag for symlink creation (replacing) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 6cb9cfa..febc46b 100644 --- a/build.sh +++ b/build.sh @@ -62,7 +62,7 @@ elif [[ "$1" == "install" ]]; then ########## INSTALL ########## fi cp $includeFiles $includeDirectory - ln -s $includeDirectory/why2.h /usr/include/why2.h + ln -sf $includeDirectory/why2.h /usr/include/why2.h if [[ "$2" == "include" ]]; then exit