diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-02-07 13:12:44 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-02-07 13:13:26 +0000 |
commit | 0921c3562069ebbc2664d126b2444fe9210f5e92 (patch) | |
tree | bd06c74534ad624218d0158b769f21059bac6004 /games-emulation/ppsspp | |
parent | app-office/wps-office: Drop old (diff) | |
download | gentoo-0921c3562069ebbc2664d126b2444fe9210f5e92.tar.gz gentoo-0921c3562069ebbc2664d126b2444fe9210f5e92.tar.bz2 gentoo-0921c3562069ebbc2664d126b2444fe9210f5e92.zip |
games-emulation/ppsspp: Fix typo: exeinto instead of into.
Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'games-emulation/ppsspp')
-rw-r--r-- | games-emulation/ppsspp/ppsspp-1.1.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/ppsspp/ppsspp-1.1.1-r2.ebuild b/games-emulation/ppsspp/ppsspp-1.1.1-r2.ebuild index 3e3854ffbe89..4d8db28fecf2 100644 --- a/games-emulation/ppsspp/ppsspp-1.1.1-r2.ebuild +++ b/games-emulation/ppsspp/ppsspp-1.1.1-r2.ebuild @@ -106,7 +106,7 @@ src_compile() { src_install() { if use qt4 ; then - into /usr/games/bin + exeinto /usr/games/bin newexe "${WORKDIR}"/"${P}"/Qt/ppsspp ppsspp elif use qt5 ; then exeinto /usr/games/bin |