games-util/protonplus: Remove *.cache and *.compiled from build output

Signed-off-by: Sravan Balaji <balajsra@umich.edu>
This commit is contained in:
Sravan Balaji
2025-05-03 19:33:07 -04:00
parent 84c3d03825
commit 62dd412e8a

View File

@@ -45,4 +45,8 @@ src_compile() {
src_install() {
cd "${S}/${BUILD_DIR}"
ninja install
cd "${D}"
shopt -s globstar
rm **/*.cache **/*.compiled
}