From 1661e989826f5d96f305570120b7c25ba1fa4912 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Wed, 21 Jan 1998 16:53:45 +0000 Subject: zmailnotify belongs in bindir, not sbindir. --- clients/zmailnotify/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clients') diff --git a/clients/zmailnotify/Makefile.in b/clients/zmailnotify/Makefile.in index ec5d117..4c32b21 100644 --- a/clients/zmailnotify/Makefile.in +++ b/clients/zmailnotify/Makefile.in @@ -34,7 +34,7 @@ zmailnotify: ${OBJS} ${BUILDTOP}/lib/libzephyr.a check: install: zmailnotify - ${INSTALL} -m 755 -s zmailnotify ${DESTDIR}${sbindir} + ${INSTALL} -m 755 -s zmailnotify ${DESTDIR}${bindir} ${INSTALL} -m 644 ${srcdir}/zmailnotify.1 ${DESTDIR}${mandir}/man1 clean: -- cgit v1.2.3