From: deraadt Date: Fri, 26 Jan 2024 15:11:18 +0000 (+0000) Subject: repair gratitous difference for install command arguments, relative to all other... X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5c4aa1a3acbe507686144aa18ed4b587c39974a9;p=openbsd repair gratitous difference for install command arguments, relative to all other architectures --- diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64 index fc39914136b..336b1104460 100644 --- a/sys/arch/sparc64/conf/Makefile.sparc64 +++ b/sys/arch/sparc64/conf/Makefile.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sparc64,v 1.106 2023/09/06 01:47:38 jsg Exp $ +# $OpenBSD: Makefile.sparc64,v 1.107 2024/01/26 15:11:18 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -153,7 +153,7 @@ hardlink-obsd: [[ ! -f /bsd ]] || cmp -s bsd /bsd || ln -f /bsd /obsd newinstall: - install -m 700 -F bsd /bsd && sha256 -h /var/db/kernel.SHA256 /bsd + install -F -m 700 bsd /bsd && sha256 -h /var/db/kernel.SHA256 /bsd install: update-link hardlink-obsd newinstall