summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall
diff options
context:
space:
mode:
authorkn <kn@openbsd.org>2019-02-24 12:57:13 +0000
committerkn <kn@openbsd.org>2019-02-24 12:57:13 +0000
commitd125f36660e746ef78f30e303c3b69861c0c6aaa (patch)
tree073c7817fac5d6782b433dce0ca51f25dc9af53d /usr.bin/xinstall
parentshort option comes first, followed by the corresponding long option (diff)
downloadwireguard-openbsd-d125f36660e746ef78f30e303c3b69861c0c6aaa.tar.xz
wireguard-openbsd-d125f36660e746ef78f30e303c3b69861c0c6aaa.zip
Remove -S from install commands
As of usr.bin/xinstall/install.c revision 1.68, -S is a no-op and install(1) will always create files safely, thus clean the option usage from the tree. Diff from Lauri Tirkkonen <lotheac at iki dot fi>, thanks.
Diffstat (limited to 'usr.bin/xinstall')
-rw-r--r--usr.bin/xinstall/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile
index 865cfbb6ddc..3494dab1709 100644
--- a/usr.bin/xinstall/Makefile
+++ b/usr.bin/xinstall/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.8 2017/07/09 21:23:19 espie Exp $
+# $OpenBSD: Makefile,v 1.9 2019/02/24 12:57:14 kn Exp $
PROG= xinstall
MAN= install.1
realinstall:
- ${INSTALL} ${INSTALL_COPY} -S ${INSTALL_STRIP} \
+ ${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} \
-o ${BINOWN} -g ${BINGRP} \
-m ${BINMODE} ${PROG} ${DESTDIR}${BINDIR}/install