From 6dc40bdb5e6704cf5235e856d2f60ba39f279f44 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Mon, 31 Jul 2017 14:50:33 +0200 Subject: [PATCH] add fix makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f1e9f0e..7d83f85 100755 --- a/Makefile +++ b/Makefile @@ -17,8 +17,7 @@ install: install -m 0755 bin/$$prog /usr/bin; \ done - if test ! -d /etc/motds32; then mkdir -p /etc/motds32; fi - if test -d /etc/motds32; then touch /etc/motds32/Stats32.txt; chmod 777 /etc/motds32/Stats32.txt; fi + if test ! -d /etc/motds32; then mkdir -p /etc/motds32; touch /etc/motds32/Stats32.txt; chmod 777 /etc/motds32/Stats32.txt; fi for config in $(CONFIGS); do \ if test ! -e /etc/motds32/$$config; then install -m 644 ./etc/motds32/$$config /etc/motds32; fi \ done