${BINDIR} already has the leading slash.

This commit is contained in:
Ruslan Ermilov 2001-11-27 09:54:02 +00:00
parent 473ec8790d
commit 19cb87ad5a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86952

View File

@ -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>