diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-09-19 06:36:46 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-09-19 07:35:33 -0400 |
commit | d6e39c2d02b8da393298aee43134c5da0078393b (patch) | |
tree | 4e3d69bc3c477735aae76e201239e9c02d59cc81 /games-emulation | |
parent | sec-keys/openpgp-keys-ntpsec: fix copied metadata.xml from ntpsec (diff) | |
download | gentoo-d6e39c2d02b8da393298aee43134c5da0078393b.tar.gz gentoo-d6e39c2d02b8da393298aee43134c5da0078393b.tar.bz2 gentoo-d6e39c2d02b8da393298aee43134c5da0078393b.zip |
games-emulation/pcsx2_patches: update install path
To match where pcsx2-1.7.5033 will look in.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild b/games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild index c843add3dbc2..6bf4935dea98 100644 --- a/games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild +++ b/games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild @@ -47,7 +47,7 @@ src_compile() { } src_install() { - insinto /usr/share/pcsx2/resources + insinto /usr/lib/pcsx2/resources doins patches.zip einstalldocs |