On Thu, Feb 25, 2021 at 05:28:16PM +0100, Jochen Sprickerhof wrote:
> So we don't fail if it is executed at the same time.
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 076c8b0..e82704e 100644
> --- a/Makefile
> +++ b/Makefil
commit 0ea4559388dee3ebdb8224b17433385730f7c625
Author: Jochen Sprickerhof
AuthorDate: Thu Feb 25 17:28:16 2021 +0100
Commit: Hiltjo Posthuma
CommitDate: Thu Feb 25 19:16:09 2021 +0100
Force installing executable
So we don't fail if it is executed at the same time.
diff --g
So we don't fail if it is executed at the same time.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 076c8b0..e82704e 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ dist:
install: all
mkdir -p ${DESTDIR}${PREFIX}/bin
-