Re: [hackers] [svkbd][PATCH] Force installing executable

2021-02-25 Thread Hiltjo Posthuma
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 > +++

[hackers] [svkbd][PATCH] Force installing executable

2021-02-25 Thread Jochen Sprickerhof
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 -