Diff pcsx2_patches-0_p20230822 with a pcsx2_patches-0_p20230917

/usr/portage/games-emulation/pcsx2_patches/pcsx2_patches-0_p20230917.ebuild 2023-10-09 14:52:31.092368390 +0300
10 10
	inherit git-r3
11 11
	EGIT_REPO_URI="https://github.com/PCSX2/pcsx2_patches.git"
12 12
else
13
	HASH_PCSX2_PATCHES=39769eef1c17a0b1743d5e6b61ec392a19ee08cf
13
	HASH_PCSX2_PATCHES=b270bd4298e8fa998eb28d8a5fb784a4820075e9
14 14
	SRC_URI="
15 15
		https://github.com/PCSX2/pcsx2_patches/archive/${HASH_PCSX2_PATCHES}.tar.gz
16 16
			-> ${P}.tar.gz"
......
47 47
}
48 48

  
49 49
src_install() {
50
	insinto /usr/share/pcsx2/resources
50
	insinto /usr/lib/pcsx2/resources
51 51
	doins patches.zip
52 52

  
53 53
	einstalldocs
Thank you!