diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild index 545451680c..fe7ee3c0b5 100644 --- a/games-emulation/yuzu/yuzu-9999.ebuild +++ b/games-emulation/yuzu/yuzu-9999.ebuild @@ -112,6 +112,6 @@ src_configure() { ) cmake_src_configure - # This would be better in src_unpack but it would be unlinked - mv "${S}"/compatibility_list.json "${BUILD_DIR}"/dist/compatibility_list/ || die + ## This would be better in src_unpack but it would be unlinked + #mv "${S}"/compatibility_list.json "${BUILD_DIR}"/dist/compatibility_list/ || die }