nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 8838f4434a7504fd5228084b801a7ecfbb89e1a0
parent 0f8dff7988ba972a8eae47cd3a84e08e1f815212
Author: Amitai Schleier <schmonz-web-git@schmonz.com>
Date:   Sat, 28 Nov 2020 00:40:27 +0100

"install": declare missing dependencies.

Diffstat:
MMakefile | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -700,8 +700,9 @@ hostname.o: \ compile hostname.c substdio.h subfd.h substdio.h readwrite.h ./compile hostname.c -install: - echo './instpackage && ./instchown' > install +install: \ +instpackage instchown warn-auto.sh + ( cat warn-auto.sh; echo './instpackage && ./instchown' ) > install chmod 755 install instcheck: \