summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2000-06-10 20:51:53 +0000
committerderaadt <deraadt@openbsd.org>2000-06-10 20:51:53 +0000
commit9c81cd3118b0622c5e2a2fad5e5dafda86a0495b (patch)
tree5f3a143b90abf0960adc877b73f1bd37578e2b08
parenter, wrong (diff)
downloadwireguard-openbsd-9c81cd3118b0622c5e2a2fad5e5dafda86a0495b.tar.xz
wireguard-openbsd-9c81cd3118b0622c5e2a2fad5e5dafda86a0495b.zip
argh, not enough testing again; sigh@kuzirabekon.econ.nagasaki-u.ac.jp
-rw-r--r--bin/chmod/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chmod/Makefile b/bin/chmod/Makefile
index b4e8d7d9122..3f84da3861e 100644
--- a/bin/chmod/Makefile
+++ b/bin/chmod/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2000/06/09 16:26:51 mickey Exp $
+# $OpenBSD: Makefile,v 1.5 2000/06/10 20:51:53 deraadt Exp $
PROG= chmod
CFLAGS+=-DSUPPORT_DOT
@@ -8,7 +8,7 @@ LINKS= ${BINDIR}/chmod ${BINDIR}/chgrp \
# XXX compatibility
afterinstall:
- ln -fs ${DESTDIR}/sbin/chown ${DESTDIR}/usr/sbin/chown
+ ln -fs /sbin/chown ${DESTDIR}/usr/sbin/chown
ln -fs ${BINDIR}/chgrp ${DESTDIR}/usr/sbin/chgrp
.include <bsd.prog.mk>