summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-06-10 20:51:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-06-10 20:51:54 +0000
commit6ca08512a8465923cdcde5b8680384c11b9790a0 (patch)
tree051c9ea2b4bfe98aad1c50648df7662e3614f52e /bin
parent986e4ac2e2e0519c303797bf768ebc44dc73272a (diff)
argh, not enough testing again; sigh@kuzirabekon.econ.nagasaki-u.ac.jp
Diffstat (limited to 'bin')
-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>