Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 692328
Collapse All | Expand All

(-)a/sys-apps/kmod/kmod-25.ebuild (-2 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 2011-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=6
4
EAPI=6
Lines 142-148 src_install() { Link Here
142
142
143
	if use tools; then
143
	if use tools; then
144
		local bincmd sbincmd
144
		local bincmd sbincmd
145
		for sbincmd in depmod insmod lsmod modinfo modprobe rmmod; do
145
		for sbincmd in depmod insmod modprobe rmmod; do
146
			dosym ../bin/kmod /sbin/${sbincmd}
146
			dosym ../bin/kmod /sbin/${sbincmd}
147
		done
147
		done
148
148
(-)a/sys-apps/kmod/kmod-26-r1.ebuild (-2 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 2011-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=6
4
EAPI=6
Lines 151-157 src_install() { Link Here
151
151
152
	if use tools; then
152
	if use tools; then
153
		local bincmd sbincmd
153
		local bincmd sbincmd
154
		for sbincmd in depmod insmod lsmod modinfo modprobe rmmod; do
154
		for sbincmd in depmod insmod modprobe rmmod; do
155
			dosym ../bin/kmod /sbin/${sbincmd}
155
			dosym ../bin/kmod /sbin/${sbincmd}
156
		done
156
		done
157
157
(-)a/sys-apps/kmod/kmod-9999.ebuild (-3 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 2011-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=6
4
EAPI=6
Lines 144-150 src_install() { Link Here
144
144
145
	if use tools; then
145
	if use tools; then
146
		local bincmd sbincmd
146
		local bincmd sbincmd
147
		for sbincmd in depmod insmod lsmod modinfo modprobe rmmod; do
147
		for sbincmd in depmod insmod modprobe rmmod; do
148
			dosym ../bin/kmod /sbin/${sbincmd}
148
			dosym ../bin/kmod /sbin/${sbincmd}
149
		done
149
		done
150
150
151
- 

Return to bug 692328