Date: Sat, 31 Jan 2004 16:45:20 +0100 From: "Roderick van Domburg" <r.s.a.vandomburg@student.utwente.nl> To: <obrien@freebsd.org> Cc: freebsd-sparc64@freebsd.org Subject: [patch] Fix recent installworld breakage on sparc64 by sunlabel Message-ID: <200401311541.i0VFfXL11993@netlx014.civ.utwente.nl>
next in thread | raw e-mail | index | archive | help
Hi there!
The 1.11 commit to sbin/sunlabel/Makefile caused installworld to fail on
sparc64. The following patch corrects the apparent typo.
Regards,
Roderick
-8<---
--- sbin/sunlabel/Makefile.old Sat Jan 31 16:35:25 2004
+++ sbin/sunlabel/Makefile Sat Jan 31 16:35:36 2004
@@ -7,7 +7,7 @@
MAN= sunlabel.8
.if ${MACHINE_ARCH} == "sparc64"
-LINKS= ${BINDIR}/sunlabel ${BINDIR}/sunlabel
+LINKS= ${BINDIR}/sunlabel ${BINDIR}/disklabel
MLINKS= sunlabel.8 disklabel.8
.endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401311541.i0VFfXL11993>
