diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-05-16 13:16:49 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-05-16 13:20:01 -0400 |
commit | 756af8bca06386b8227ef45cdad734ee53a870d7 (patch) | |
tree | bd7e567b93496030bac64f71b8d78ce37fc9d3c1 /games-emulation | |
parent | net-libs/libproxy: Version bump to 0.5.0 (diff) | |
download | gentoo-756af8bca06386b8227ef45cdad734ee53a870d7.tar.gz gentoo-756af8bca06386b8227ef45cdad734ee53a870d7.tar.bz2 gentoo-756af8bca06386b8227ef45cdad734ee53a870d7.zip |
games-emulation/pcsx2: update live
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index ca3efae59de9..be8593008a14 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -135,8 +135,8 @@ src_unpack() { src_prepare() { cmake_src_prepare - sed -e "/EmuFolders::AppRoot =/s|=.*|= \"${EPREFIX}/usr/share/${PN}\";|" \ - -i pcsx2/Frontend/CommonHost.cpp || die + sed -e "/AppRoot =/s|=.*|= \"${EPREFIX}/usr/share/${PN}\";|" \ + -i pcsx2/Pcsx2Config.cpp || die if [[ ${PV} != 9999 ]]; then sed -e '/set(PCSX2_GIT_TAG "")/s/""/"v'${PV}-gentoo'"/' \ |