From 19cb87ad5a531bf0dad106ad54ec147965369ea7 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 27 Nov 2001 09:54:02 +0000 Subject: [PATCH] ${BINDIR} already has the leading slash. --- usr.bin/tip/tip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/tip/tip/Makefile b/usr.bin/tip/tip/Makefile index fb2bf934ff52..ec0ba0f25283 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