aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-11-27 09:54:02 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-11-27 09:54:02 +0000
commit19cb87ad5a531bf0dad106ad54ec147965369ea7 (patch)
tree9499ad1ac98731f63c56346c7e092e94795c29b1
parent473ec8790dd8da962a4ac0cfcb906530c6325e70 (diff)
Notes
-rw-r--r--usr.bin/tip/tip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tip/tip/Makefile b/usr.bin/tip/tip/Makefile
index fb2bf934ff523..ec0ba0f252830 100644
--- a/usr.bin/tip/tip/Makefile
+++ b/usr.bin/tip/tip/Makefile
@@ -34,6 +34,6 @@ BINGRP= dialer
# Dirty, rotten hack. This can be removed when we are confident that there
# is no cu(1) with the schg-bit set.
beforeinstall:
- -@chflags noschg ${DESTDIR}/${BINDIR}/cu
+ -@chflags noschg ${DESTDIR}${BINDIR}/cu
.include <bsd.prog.mk>