From: Alexander Barton Date: Fri, 27 Oct 2017 10:37:37 +0000 (+0200) Subject: mail-wrapper: Add simple "check-local" target X-Git-Url: https://arthur.barton.de/gitweb/?p=ax-unix.git;a=commitdiff_plain;h=6567aa49cb9760184e566b110b6b7c5326c4e5b9;ds=sidebyside mail-wrapper: Add simple "check-local" target --- diff --git a/mail/wrapper/Makefile b/mail/wrapper/Makefile index 9843e50..cadead7 100644 --- a/mail/wrapper/Makefile +++ b/mail/wrapper/Makefile @@ -12,6 +12,9 @@ ALL = mail-wrapper include ../../Makefile.ax +check-local: + ./mail-wrapper --help 2>&1 | grep 'mail-wrapper reads from standard input' >/dev/null + install-local: mail-wrapper install -d -o $(USER) -g $(GROUP) -m 755 \ $(DESTDIR)/usr/local/bin