summaryrefslogtreecommitdiffstats
path: root/sys/modules/linux
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-09-03 07:15:38 +0000
committermarcel <marcel@FreeBSD.org>1999-09-03 07:15:38 +0000
commit591be2fb056226e8c9b9361bdc804ef35482ee82 (patch)
tree0bf47264833c833f77c1317d7e2d4f477a4a2c71 /sys/modules/linux
parent108c4c2c77cbb84a328338d5536dd4b7bfc8738c (diff)
downloadFreeBSD-src-591be2fb056226e8c9b9361bdc804ef35482ee82.zip
FreeBSD-src-591be2fb056226e8c9b9361bdc804ef35482ee82.tar.gz
Install linux.sh in /usr/sbin and not in /usr/bin.
PR: 13545 Submitted by: Jose M. Alcaide <jose@we.lc.ehu.es>
Diffstat (limited to 'sys/modules/linux')
-rw-r--r--sys/modules/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 6b29fe5..ad2bb2d 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -40,6 +40,6 @@ opt_linux.h opt_vmpage.h:
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${.CURDIR}/linux.sh ${DESTDIR}/usr/bin/linux
+ ${.CURDIR}/linux.sh ${DESTDIR}/usr/sbin/linux
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud