diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-07-25 00:22:50 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-07-25 00:22:50 +0000 |
| commit | 6eee579315c654f5d06b165ce593fa686aeafbb3 (patch) | |
| tree | 04dc006d3f2561efd98282ecf6766478e4a69a40 /usr.bin/lorder | |
| parent | c2471061b8afa20c505c9b8ebe10bc5573441f92 (diff) | |
Notes
Diffstat (limited to 'usr.bin/lorder')
| -rw-r--r-- | usr.bin/lorder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lorder/Makefile b/usr.bin/lorder/Makefile index dc7f9052db09..a1682d15d26c 100644 --- a/usr.bin/lorder/Makefile +++ b/usr.bin/lorder/Makefile @@ -3,7 +3,7 @@ MAN1= lorder.1 beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/lorder.sh ${DESTDIR}/${BINDIR}/lorder + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${.CURDIR}/lorder.sh ${DESTDIR}${BINDIR}/lorder .include <bsd.prog.mk> |
