From ce68efb1de6579c249ab8ea294e19243002f9d44 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 27 Nov 2001 09:54:02 +0000 Subject: ${BINDIR} already has the leading slash. --- usr.bin/tip/tip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/tip') diff --git a/usr.bin/tip/tip/Makefile b/usr.bin/tip/tip/Makefile index fb2bf93..ec0ba0f 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 -- cgit v1.1