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

(-)a/sys-kernel/linux-firmware/linux-firmware-20190502.ebuild (-3 / +1 lines)
Lines 115-123 src_prepare() { Link Here
115
}
115
}
116
116
117
src_install() {
117
src_install() {
118
	if use !savedconfig; then
118
	save_config ${PN}.conf
119
		save_config ${PN}.conf
120
	fi
121
	rm ${PN}.conf || die
119
	rm ${PN}.conf || die
122
	insinto /lib/firmware/
120
	insinto /lib/firmware/
123
	doins -r *
121
	doins -r *
(-)a/sys-kernel/linux-firmware/linux-firmware-20190514.ebuild (-3 / +1 lines)
Lines 274-282 src_prepare() { Link Here
274
}
274
}
275
275
276
src_install() {
276
src_install() {
277
	if use !savedconfig; then
277
	save_config ${PN}.conf
278
		save_config ${PN}.conf
279
	fi
280
	rm ${PN}.conf || die
278
	rm ${PN}.conf || die
281
279
282
	if ! ( shopt -s failglob; : * ) 2>/dev/null; then
280
	if ! ( shopt -s failglob; : * ) 2>/dev/null; then
(-)a/sys-kernel/linux-firmware/linux-firmware-20190603.ebuild (-3 / +1 lines)
Lines 263-271 src_prepare() { Link Here
263
}
263
}
264
264
265
src_install() {
265
src_install() {
266
	if use !savedconfig; then
266
	save_config ${PN}.conf
267
		save_config ${PN}.conf
268
	fi
269
	rm ${PN}.conf || die
267
	rm ${PN}.conf || die
270
268
271
	if ! ( shopt -s failglob; : * ) 2>/dev/null; then
269
	if ! ( shopt -s failglob; : * ) 2>/dev/null; then
(-)a/sys-kernel/linux-firmware/linux-firmware-20190620.ebuild (-3 / +1 lines)
Lines 263-271 src_prepare() { Link Here
263
}
263
}
264
264
265
src_install() {
265
src_install() {
266
	if use !savedconfig; then
266
	save_config ${PN}.conf
267
		save_config ${PN}.conf
268
	fi
269
	rm ${PN}.conf || die
267
	rm ${PN}.conf || die
270
268
271
	if ! ( shopt -s failglob; : * ) 2>/dev/null; then
269
	if ! ( shopt -s failglob; : * ) 2>/dev/null; then
(-)a/sys-kernel/linux-firmware/linux-firmware-20190712.ebuild (-3 / +1 lines)
Lines 263-271 src_prepare() { Link Here
263
}
263
}
264
264
265
src_install() {
265
src_install() {
266
	if use !savedconfig; then
266
	save_config ${PN}.conf
267
		save_config ${PN}.conf
268
	fi
269
	rm ${PN}.conf || die
267
	rm ${PN}.conf || die
270
268
271
	if ! ( shopt -s failglob; : * ) 2>/dev/null; then
269
	if ! ( shopt -s failglob; : * ) 2>/dev/null; then
(-)a/sys-kernel/linux-firmware/linux-firmware-20190717.ebuild (-3 / +1 lines)
Lines 263-271 src_prepare() { Link Here
263
}
263
}
264
264
265
src_install() {
265
src_install() {
266
	if use !savedconfig; then
266
	save_config ${PN}.conf
267
		save_config ${PN}.conf
268
	fi
269
	rm ${PN}.conf || die
267
	rm ${PN}.conf || die
270
268
271
	if ! ( shopt -s failglob; : * ) 2>/dev/null; then
269
	if ! ( shopt -s failglob; : * ) 2>/dev/null; then
(-)a/sys-kernel/linux-firmware/linux-firmware-20190726-r2.ebuild (-3 / +1 lines)
Lines 295-303 src_prepare() { Link Here
295
}
295
}
296
296
297
src_install() {
297
src_install() {
298
	if use !savedconfig; then
298
	save_config ${PN}.conf
299
		save_config ${PN}.conf
300
	fi
301
	rm ${PN}.conf || die
299
	rm ${PN}.conf || die
302
300
303
	if use initramfs ; then
301
	if use initramfs ; then
(-)a/sys-kernel/linux-firmware/linux-firmware-99999999.ebuild (-4 / +1 lines)
Lines 295-303 src_prepare() { Link Here
295
}
295
}
296
296
297
src_install() {
297
src_install() {
298
	if use !savedconfig; then
298
	save_config ${PN}.conf
299
		save_config ${PN}.conf
300
	fi
301
	rm ${PN}.conf || die
299
	rm ${PN}.conf || die
302
300
303
	if use initramfs ; then
301
	if use initramfs ; then
304
- 

Return to bug 686296