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

(-)linux-firmware-20110818.ebuild?revision=1.3 (-1 / +2 lines)
Lines 62-68 Link Here
62
		ebegin "Removing all files not listed in config"
62
		ebegin "Removing all files not listed in config"
63
		find * \( \! -type d -and \! -name ${PN}.conf \) \
63
		find * \( \! -type d -and \! -name ${PN}.conf \) \
64
			| sort ${PN}.conf ${PN}.conf - \
64
			| sort ${PN}.conf ${PN}.conf - \
65
			| uniq -u | xargs -r rm
65
			| uniq -u | xargs -r rm \
66
			&& find -type d -empty -delete
66
		eend $? || die
67
		eend $? || die
67
	fi
68
	fi
68
}
69
}

Return to bug 396073