repair gratitous difference for install command arguments, relative to all other...
authorderaadt <deraadt@openbsd.org>
Fri, 26 Jan 2024 15:11:18 +0000 (15:11 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 26 Jan 2024 15:11:18 +0000 (15:11 +0000)
sys/arch/sparc64/conf/Makefile.sparc64

index fc39914..336b110 100644 (file)
@@ -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