games-util/protonplus: Remove *.cache and *.compiled from build output
Signed-off-by: Sravan Balaji <balajsra@umich.edu>
This commit is contained in:
@@ -45,4 +45,8 @@ src_compile() {
|
||||
src_install() {
|
||||
cd "${S}/${BUILD_DIR}"
|
||||
ninja install
|
||||
|
||||
cd "${D}"
|
||||
shopt -s globstar
|
||||
rm **/*.cache **/*.compiled
|
||||
}
|
||||
|
Reference in New Issue
Block a user