diff options
author | Greg Hudson <ghudson@mit.edu> | 1998-01-21 16:53:45 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 1998-01-21 16:53:45 +0000 |
commit | 1661e989826f5d96f305570120b7c25ba1fa4912 (patch) | |
tree | e3a756e010513961471e4e5427a9ea8cd416090f /clients | |
parent | 6e5cc89c6eba9f02bb6f56acfc5cf4761b2649b8 (diff) |
zmailnotify belongs in bindir, not sbindir.
Diffstat (limited to 'clients')
-rw-r--r-- | clients/zmailnotify/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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: |