diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-11-01 05:17:49 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-11-01 05:38:14 -0400 |
commit | 772f5fabc38c478b0d7e663940414bf63bd7ca09 (patch) | |
tree | 334b91c7c00c42ace085143459d9c14f8f297640 /games-emulation | |
parent | games-emulation/pcsx2_patches: drop 0_p20240610 (diff) | |
download | gentoo-772f5fabc38c478b0d7e663940414bf63bd7ca09.tar.gz gentoo-772f5fabc38c478b0d7e663940414bf63bd7ca09.tar.bz2 gentoo-772f5fabc38c478b0d7e663940414bf63bd7ca09.zip |
games-emulation/pcsx2_patches: update live
PCSX2 upstream has added a "package mode" where it finally has
a cmake install target and can have its own path in /usr/share
for resources, but this no longer matches the path used here.
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 56f3ee5c5a2f..750814b2aa1f 100644 --- a/games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild +++ b/games-emulation/pcsx2_patches/pcsx2_patches-9999.ebuild @@ -51,7 +51,7 @@ src_compile() { } src_install() { - insinto /usr/lib/pcsx2/resources + insinto /usr/share/PCSX2/resources doins patches.zip einstalldocs |