cvs commit: src/sbin/disklabel Makefile disklabel.5 disklabel.8 disklabel.c pathnames.h

David O'Brien obrien at FreeBSD.org
Wed Jan 28 12:28:24 PST 2004


On Wed, Jan 28, 2004 at 10:19:28PM +0200, Ruslan Ermilov wrote:
> Index: Makefile
> ===================================================================
> RCS file: /home/ncvs/src/sbin/bsdlabel/Makefile,v
> retrieving revision 1.19
> diff -u -r1.19 Makefile
...
> +afterinstall:
> +.if exists(${DESTDIR}${BINDIR}/disklabel)
> +	rm -f ${DESTDIR}${BINDIR}/disklabel
> +.endif

This is wrong -- ${BINDIR}/disklabel is a link to {bsd,sun}label.


More information about the cvs-src mailing list